Skip to content

Commit 171b424

Browse files
chore(deps): bump actions/cache from 2.1.6 to 3.0.6 (#560)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.6...v3.0.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d335536 commit 171b424

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
go-version: ${{ matrix.golang }}
4141
- name: Cache Go modules
42-
uses: actions/cache@v2.1.6
42+
uses: actions/cache@v3.0.6
4343
with:
4444
path: ~/go/pkg/mod
4545
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/setup-go@v3
9797
with:
9898
go-version: ${{ matrix.golang }}
99-
- uses: actions/cache@v2.1.6
99+
- uses: actions/cache@v3.0.6
100100
with:
101101
path: ~/go/pkg/mod
102102
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -136,7 +136,7 @@ jobs:
136136
uses: actions/setup-go@v3
137137
with:
138138
go-version: ${{ matrix.golang }}
139-
- uses: actions/cache@v2.1.6
139+
- uses: actions/cache@v3.0.6
140140
with:
141141
path: ~/go/pkg/mod
142142
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
-
3434
name: Cache Go modules
3535
if: steps.semantic.outputs.new-release-published == 'true'
36-
uses: actions/cache@v2.1.6
36+
uses: actions/cache@v3.0.6
3737
with:
3838
path: ~/go/pkg/mod
3939
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node }}
2929
- name: Cache Node.js modules
30-
uses: actions/cache@v2.1.6
30+
uses: actions/cache@v3.0.6
3131
with:
3232
path: web/node_modules
3333
key: ${{ runner.OS }}-node-${{ matrix.node }}-v1-${{ hashFiles('web/yarn.lock') }}

0 commit comments

Comments
 (0)