Skip to content

Commit 2bd0552

Browse files
build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#66)
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 576b42a commit 2bd0552

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version: ${{ matrix.go-version }}
2323

24-
- uses: actions/[email protected].4
24+
- uses: actions/[email protected].5
2525
with:
2626
path: ~/go/pkg/mod
2727
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
go-version: ${{ matrix.go-version }}
5555

56-
- uses: actions/[email protected].4
56+
- uses: actions/[email protected].5
5757
with:
5858
path: ~/go/pkg/mod
5959
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/woke.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
go-version: 1.16
1515

16-
- uses: actions/[email protected].4
16+
- uses: actions/[email protected].5
1717
with:
1818
path: ~/go/pkg/mod
1919
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)