Skip to content

Commit ffec716

Browse files
authored
Merge pull request #361 from moul/dependabot/github_actions/actions/cache-3.3.1
2 parents cc9604d + de8d458 commit ffec716

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/cache@v3.2.6
60+
uses: actions/cache@v3.3.1
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@v3
120120
with:
121121
go-version: ${{ matrix.golang }}
122-
- uses: actions/cache@v3.2.6
122+
- uses: actions/cache@v3.3.1
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@v3
161161
with:
162162
go-version: ${{ matrix.golang }}
163-
- uses: actions/cache@v3.2.6
163+
- uses: actions/cache@v3.3.1
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
@@ -37,7 +37,7 @@ jobs:
3737
-
3838
name: Cache Go modules
3939
if: steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
40-
uses: actions/cache@v3.2.6
40+
uses: actions/cache@v3.3.1
4141
with:
4242
path: ~/go/pkg/mod
4343
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)