Skip to content

Commit bcddd21

Browse files
authored
Merge pull request #304 from moul/dependabot/github_actions/actions/cache-3.0.7
chore(deps): bump actions/cache from 3.0.6 to 3.0.7
2 parents 3e4ea11 + e1d8308 commit bcddd21

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
go-version: ${{ matrix.golang }}
5555
- name: Cache Go modules
56-
uses: actions/cache@v3.0.6
56+
uses: actions/cache@v3.0.7
5757
with:
5858
path: ~/go/pkg/mod
5959
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/setup-go@v3
113113
with:
114114
go-version: ${{ matrix.golang }}
115-
- uses: actions/cache@v3.0.6
115+
- uses: actions/cache@v3.0.7
116116
with:
117117
path: ~/go/pkg/mod
118118
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -157,7 +157,7 @@ jobs:
157157
uses: actions/setup-go@v3
158158
with:
159159
go-version: ${{ matrix.golang }}
160-
- uses: actions/cache@v3.0.6
160+
- uses: actions/cache@v3.0.7
161161
with:
162162
path: ~/go/pkg/mod
163163
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.6
40+
uses: actions/cache@v3.0.7
4141
with:
4242
path: ~/go/pkg/mod
4343
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)