Skip to content

Commit cb02453

Browse files
[gha] bump actions/cache from 5.0.3 to 5.0.4 (#384)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: manilk1x <anil1x.kumar.m@intel.com>
1 parent 7c1d8cf commit cb02453

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pre-merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "GOMODCACHE=$(go env GOMODCACHE)" >> $GITHUB_ENV
4040
4141
- name: Cache build artifact
42-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
42+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4343
with:
4444
path: |
4545
${{ env.GOCACHE }}
@@ -73,7 +73,7 @@ jobs:
7373
echo "GOMODCACHE=$(go env GOMODCACHE)" >> $GITHUB_ENV
7474
7575
- name: Cache build artifact
76-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
76+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7777
with:
7878
path: |
7979
${{ env.GOCACHE }}
@@ -106,7 +106,7 @@ jobs:
106106
echo "GOMODCACHE=$(go env GOMODCACHE)" >> $GITHUB_ENV
107107
108108
- name: Cache build artifact
109-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
109+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
110110
with:
111111
path: |
112112
${{ env.GOCACHE }}

0 commit comments

Comments
 (0)