Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent a3a1489 commit 2ba91de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
message("::set-output name=timestamp::${current_date}")
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: pip-${{ steps.cache_timestamp.outputs.timestamp }}
path: ~/.cache/
Expand Down

0 comments on commit 2ba91de

Please sign in to comment.