Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 07135ab

Browse files
chore: bump actions/cache from 2 to 3.0.11
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a6edf6 commit 07135ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040

41-
- uses: actions/cache@v2
41+
- uses: actions/cache@v3.0.11
4242
with:
4343
path: ~/go/pkg/mod
4444
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v2
3131

32-
- uses: actions/cache@v2
32+
- uses: actions/cache@v3.0.11
3333
with:
3434
path: ~/go/pkg/mod
3535
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v2
6161

62-
- uses: actions/cache@v2
62+
- uses: actions/cache@v3.0.11
6363
with:
6464
path: ~/go/pkg/mod
6565
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@v2
8383

84-
- uses: actions/cache@v2
84+
- uses: actions/cache@v3.0.11
8585
with:
8686
path: ~/go/pkg/mod
8787
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)