Skip to content

Commit edb0c60

Browse files
chore(deps): bump actions/cache from 3.3.1 to 3.3.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79cf5d0 commit edb0c60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
go-version: ${{ matrix.golang }}
5959
- name: Cache Go modules
60-
uses: actions/[email protected].1
60+
uses: actions/[email protected].2
6161
with:
6262
path: ~/go/pkg/mod
6363
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/setup-go@v4
120120
with:
121121
go-version: ${{ matrix.golang }}
122-
- uses: actions/[email protected].1
122+
- uses: actions/[email protected].2
123123
with:
124124
path: ~/go/pkg/mod
125125
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -160,7 +160,7 @@ jobs:
160160
uses: actions/setup-go@v4
161161
with:
162162
go-version: ${{ matrix.golang }}
163-
- uses: actions/[email protected].1
163+
- uses: actions/[email protected].2
164164
with:
165165
path: ~/go/pkg/mod
166166
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
@@ -40,7 +40,7 @@ jobs:
4040
-
4141
name: Cache Go modules
4242
if: steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
43-
uses: actions/[email protected].1
43+
uses: actions/[email protected].2
4444
with:
4545
path: ~/go/pkg/mod
4646
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)