Skip to content

Commit 9c6c1bd

Browse files
authored
Merge pull request #281 from moul/renovate/all
2 parents 003d052 + 683facd commit 9c6c1bd

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
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
go-version: ${{ matrix.golang }}
5454
- name: Cache Go modules
55-
uses: actions/cache@v3.0.2
55+
uses: actions/cache@v3.0.3
5656
with:
5757
path: ~/go/pkg/mod
5858
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/setup-go@v3
110110
with:
111111
go-version: ${{ matrix.golang }}
112-
- uses: actions/cache@v3.0.2
112+
- uses: actions/cache@v3.0.3
113113
with:
114114
path: ~/go/pkg/mod
115115
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -153,7 +153,7 @@ jobs:
153153
uses: actions/setup-go@v3
154154
with:
155155
go-version: ${{ matrix.golang }}
156-
- uses: actions/cache@v3.0.2
156+
- uses: actions/cache@v3.0.3
157157
with:
158158
path: ~/go/pkg/mod
159159
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.0.2
40+
uses: actions/cache@v3.0.3
4141
with:
4242
path: ~/go/pkg/mod
4343
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)