Skip to content

Commit 1a1d528

Browse files
Bump actions/cache from 2.1.5 to 2.1.6 (terraform-linters#118)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9c077f commit 1a1d528

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
go-version: 1.16
2727
- name: Restore Cache
28-
uses: actions/[email protected].5
28+
uses: actions/[email protected].6
2929
with:
3030
path: |-
3131
~/go/pkg/mod

.github/workflows/generated_code_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
go-version: 1.16
1717
- name: Restore Cache
18-
uses: actions/[email protected].5
18+
uses: actions/[email protected].6
1919
with:
2020
path: |-
2121
~/go/pkg/mod

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
go-version: 1.16
2020
- name: Restore Cache
21-
uses: actions/[email protected].5
21+
uses: actions/[email protected].6
2222
with:
2323
path: |-
2424
~/go/pkg/mod

0 commit comments

Comments
 (0)