1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-04-26 11:45:21 +02:00

feat(deps): bump actions/cache from 1 to 2.1.6 (#380)

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-15 10:45:23 -03:00 committed by GitHub
parent d19d788b7e
commit 984d00a7ed
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -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
@ -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