Skip to content

Commit 6100124

Browse files
authored
Merge pull request #1611 from shirou/dependabot/github_actions/actions/cache-4.0.2
chore(deps): bump actions/cache from 4.0.1 to 4.0.2
2 parents 1e5c5ae + 83660da commit 6100124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "::set-output name=cache::$(go env GOCACHE)"
3333
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
3434
- name: Cache go modules
35-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
35+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
3636
with:
3737
path: |
3838
${{ steps.cache-paths.outputs.cache }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "::set-output name=cache::$(go env GOCACHE)"
3434
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
3535
- name: Cache go modules
36-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
36+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
3737
with:
3838
path: |
3939
${{ steps.go-env.outputs.cache }}

0 commit comments

Comments
 (0)