Skip to content

Commit

Permalink
Merge pull request #50 from cetteup/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
cetteup committed Apr 19, 2024
2 parents dd4d95d + 763e1df commit aaa090c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
# In order:
# * Module download cache
Expand Down

0 comments on commit aaa090c

Please sign in to comment.