Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from things-go/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
thinkgos authored Apr 15, 2024
2 parents 81250df + 30b3eb8 commit 4d7f94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "::set-output name=go_cache::$(go env GOCACHE)"
- name: Cache go modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ steps.vars.outputs.go_cache }}
Expand Down

0 comments on commit 4d7f94d

Please sign in to comment.