Skip to content

Commit

Permalink
Merge pull request #6 from python-project-templates/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
timkpaine authored Jan 22, 2024
2 parents df7d7a6 + 83cafc8 commit 6bc8c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
"dir=$(pip cache dir)" >> $env:GITHUB_OUTPUT
- name: Cache python dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir || steps.pip-cache-win.outputs.dir }}
key: ${{ runner.os }}-pip-${{ matrix.python-version }}
Expand All @@ -99,7 +99,7 @@ jobs:
shell: python

- name: Cache cibuildwheel tools
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.cibuildwheel-cache.outputs.dir }}
key: ${{ runner.os }}-cibuildwheel-${{ matrix.python-version }}
Expand Down

0 comments on commit 6bc8c99

Please sign in to comment.