Skip to content

Commit dff4375

Browse files
Bump actions/cache from 2.1.5 to 2.1.6
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]>
1 parent 8497a38 commit dff4375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- uses: actions/[email protected].5
22+
- uses: actions/[email protected].6
2323
with:
2424
path: ~/go/pkg/mod
2525
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
fetch-depth: 0
6666

67-
- uses: actions/[email protected].5
67+
- uses: actions/[email protected].6
6868
with:
6969
path: ~/go/pkg/mod
7070
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)