Skip to content

Commit 3f1a21d

Browse files
Bump actions/cache from v2.1.4 to v2.1.5 (#103)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56fc090 commit 3f1a21d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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].4
28+
uses: actions/[email protected].5
2929
with:
3030
path: |-
3131
~/go/pkg/mod

.github/workflows/generated_code_checks.yml

Lines changed: 1 addition & 1 deletion
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].4
18+
uses: actions/[email protected].5
1919
with:
2020
path: |-
2121
~/go/pkg/mod

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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].4
21+
uses: actions/[email protected].5
2222
with:
2323
path: |-
2424
~/go/pkg/mod

0 commit comments

Comments
 (0)