Skip to content

Commit 0984b03

Browse files
chore(deps): bump actions/cache from 4.2.3 to 4.2.4 (argoproj#24072)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b74c0a0 commit 0984b03

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
go-version: ${{ env.GOLANG_VERSION }}
8484
- name: Restore go build cache
85-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
85+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
8686
with:
8787
path: ~/.cache/go-build
8888
key: ${{ runner.os }}-go-build-v1-${{ github.run_id }}
@@ -153,7 +153,7 @@ jobs:
153153
run: |
154154
echo "/usr/local/bin" >> $GITHUB_PATH
155155
- name: Restore go build cache
156-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
156+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
157157
with:
158158
path: ~/.cache/go-build
159159
key: ${{ runner.os }}-go-build-v1-${{ github.run_id }}
@@ -217,7 +217,7 @@ jobs:
217217
run: |
218218
echo "/usr/local/bin" >> $GITHUB_PATH
219219
- name: Restore go build cache
220-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
220+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
221221
with:
222222
path: ~/.cache/go-build
223223
key: ${{ runner.os }}-go-build-v1-${{ github.run_id }}
@@ -311,7 +311,7 @@ jobs:
311311
node-version: '22.9.0'
312312
- name: Restore node dependency cache
313313
id: cache-dependencies
314-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
314+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
315315
with:
316316
path: ui/node_modules
317317
key: ${{ runner.os }}-node-dep-v2-${{ hashFiles('**/yarn.lock') }}
@@ -360,7 +360,7 @@ jobs:
360360
fetch-depth: 0
361361
- name: Restore node dependency cache
362362
id: cache-dependencies
363-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
363+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
364364
with:
365365
path: ui/node_modules
366366
key: ${{ runner.os }}-node-dep-v2-${{ hashFiles('**/yarn.lock') }}
@@ -468,7 +468,7 @@ jobs:
468468
sudo chmod go-r $HOME/.kube/config
469469
kubectl version
470470
- name: Restore go build cache
471-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
471+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
472472
with:
473473
path: ~/.cache/go-build
474474
key: ${{ runner.os }}-go-build-v1-${{ github.run_id }}

0 commit comments

Comments
 (0)