Skip to content

Commit 6bc8c99

Browse files
authored
Merge pull request #6 from python-project-templates/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents df7d7a6 + 83cafc8 commit 6bc8c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
"dir=$(pip cache dir)" >> $env:GITHUB_OUTPUT
8181
8282
- name: Cache python dependencies
83-
uses: actions/cache@v3
83+
uses: actions/cache@v4
8484
with:
8585
path: ${{ steps.pip-cache.outputs.dir || steps.pip-cache-win.outputs.dir }}
8686
key: ${{ runner.os }}-pip-${{ matrix.python-version }}
@@ -99,7 +99,7 @@ jobs:
9999
shell: python
100100

101101
- name: Cache cibuildwheel tools
102-
uses: actions/cache@v3
102+
uses: actions/cache@v4
103103
with:
104104
path: ${{ steps.cibuildwheel-cache.outputs.dir }}
105105
key: ${{ runner.os }}-cibuildwheel-${{ matrix.python-version }}

0 commit comments

Comments
 (0)