Skip to content

Commit

Permalink
chore: bump actions/cache from 3 to 4 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent 1fbe06d commit 5b63acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: snok/install-poetry@v1

- name: Cache Pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.pip
key: ${{ runner.os }}-pip
Expand Down

0 comments on commit 5b63acc

Please sign in to comment.