Skip to content

Commit

Permalink
Merge pull request #37 from tuna2134/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4
  • Loading branch information
tuna2134 authored May 10, 2024
2 parents fd185a2 + 6ed8327 commit 25ca432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit 25ca432

Please sign in to comment.