Skip to content

Commit

Permalink
update cache v2 > v3 (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc van Andel <2315396+marcvanandel@users.noreply.github.com>
  • Loading branch information
marcvanandel authored Nov 7, 2023
1 parent d79a13d commit ad3b29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
key: ${{ github.ref }}
path: .cache
Expand Down

0 comments on commit ad3b29b

Please sign in to comment.