Skip to content

Commit

Permalink
Merge pull request #14 from kcl-lang/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

chore: (deps): bump actions/cache from 2 to 4
  • Loading branch information
Peefy authored Mar 9, 2024
2 parents fda86e0 + e93300f commit 631c257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: ${{ env.VERSION_GO }}

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 631c257

Please sign in to comment.