Skip to content

Commit 3e08d02

Browse files
Merge pull request #16 from WhiteSymmetry/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents b4944f2 + 821aaa8 commit 3e08d02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v7
2626

2727
- name: Cache dependencies
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: ~/.cache/pip
3131
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: '24'
3535

3636
- name: Cache node_modules
37-
uses: actions/cache@v5
37+
uses: actions/cache@v6
3838
with:
3939
path: node_modules
4040
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)