Skip to content

Commit

Permalink
Merge pull request #95 from gin-contrib/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-3

chore(deps): bump actions/cache from 2 to 3
  • Loading branch information
thinkerou committed Apr 30, 2022
2 parents a79def0 + 5accef4 commit 8d4394e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
ref: ${{ github.ref }}

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
${{ matrix.go-build }}
Expand Down

0 comments on commit 8d4394e

Please sign in to comment.