Skip to content

Commit 28cf26f

Browse files
Bump actions/cache from 3.0.3 to 3.0.4 (#114)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d5a93b commit 28cf26f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: ${{ matrix.go }}
2222

2323
# Caching go modules to speed up the run
24-
- uses: actions/[email protected].3
24+
- uses: actions/[email protected].4
2525
with:
2626
path: ~/go/pkg/mod
2727
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -46,7 +46,7 @@ jobs:
4646
go-version: ${{ matrix.go }}
4747

4848
# Caching go modules to speed up the run
49-
- uses: actions/[email protected].3
49+
- uses: actions/[email protected].4
5050
with:
5151
path: ~/go/pkg/mod
5252
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -70,7 +70,7 @@ jobs:
7070
go-version: ${{ matrix.go }}
7171

7272
# Caching go modules to speed up the run
73-
- uses: actions/[email protected].3
73+
- uses: actions/[email protected].4
7474
with:
7575
path: ~/go/pkg/mod
7676
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -98,7 +98,7 @@ jobs:
9898
go-version: ${{ matrix.go }}
9999

100100
# Caching go modules to speed up the run
101-
- uses: actions/[email protected].3
101+
- uses: actions/[email protected].4
102102
with:
103103
path: ~/go/pkg/mod
104104
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)