Skip to content

Commit

Permalink
Merge pull request #50 from commentcov/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
terakoya76 authored Jan 22, 2024
2 parents be5452c + 3f725ee commit c7b17f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: ${{ matrix.go }}

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-go-sum
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit c7b17f7

Please sign in to comment.