Skip to content

Commit

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

Bump actions/cache from 3.0.4 to 3.2.3
  • Loading branch information
thinkerou authored Jan 9, 2023
2 parents a9845aa + 0457432 commit e3ecb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
go-version: [1.13, 1.14, 1.15, 1.16, 1.17]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3.0.4
- uses: actions/cache@v3.2.3
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit e3ecb06

Please sign in to comment.