Skip to content

Commit

Permalink
feat(deps): bump actions/cache from 1 to 2.1.6
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v1...v2.1.6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2021
1 parent d19d788 commit f5115d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
-
name: Cache Go modules
uses: actions/cache@v1
uses: actions/cache@v2.1.6
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
-
name: Cache Go modules
uses: actions/cache@v1
uses: actions/cache@v2.1.6
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
-
name: Cache Go modules
uses: actions/cache@v1
uses: actions/cache@v2.1.6
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit f5115d5

Please sign in to comment.