Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#437)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent acaf0cb commit e3cc903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Module cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: go-mod-cache
with:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Module cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: go-mod-cache
with:
Expand Down

0 comments on commit e3cc903

Please sign in to comment.