Skip to content

Commit

Permalink
Merge pull request #62 from moul/dependabot/github_actions/actions/ca…
Browse files Browse the repository at this point in the history
…che-3.0.1

chore(deps): bump actions/cache from 2.1.7 to 3.0.1
  • Loading branch information
moul committed Apr 2, 2022
2 parents bfb1539 + b3b6a52 commit 9d8c701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v2.1.7
- uses: actions/cache@v3.0.1
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v2.1.7
- uses: actions/cache@v3.0.1
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
go-version: ${{ matrix.golang }}
-
name: Cache Go modules
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.1
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 9d8c701

Please sign in to comment.