Skip to content

Commit 3e1a1c0

Browse files
chore(deps): bump actions/cache from 3.2.3 to 3.2.4 (#588)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1189145 commit 3e1a1c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
echo ::set-output name=build_cache::$(go env GOCACHE)
3737
3838
- name: Go modules cache
39-
uses: actions/[email protected].3
39+
uses: actions/[email protected].4
4040
with:
4141
path: ${{ steps.go-paths.outputs.mod_cache }}
4242
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
4343

4444
- name: Go build cache
45-
uses: actions/[email protected].3
45+
uses: actions/[email protected].4
4646
with:
4747
path: ${{ steps.go-paths.outputs.build_cache }}
4848
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)