Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent 90e949f commit 4cde81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
# In order:
# * Module download cache
Expand Down

0 comments on commit 4cde81b

Please sign in to comment.