Skip to content

Commit 57d3dfb

Browse files
chore(deps): bump actions/cache from 5.0.3 to 5.0.4 (#3983)
1 parent bbf5cdf commit 57d3dfb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/govmomi-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
go-version-file: go.mod
3434

3535
- name: Restore Go Cache
36-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
36+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3737
with:
3838
path: |
3939
~/.cache/go-build

.github/workflows/govmomi-go-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: go
3434

3535
- name: Restore Go Cache
36-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
36+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3737
with:
3838
path: |
3939
~/.cache/go-build

.github/workflows/govmomi-govc-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: go
4242

4343
- name: Restore Go Cache
44-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
44+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4545
with:
4646
path: |
4747
~/.cache/go-build
@@ -77,7 +77,7 @@ jobs:
7777
id: go
7878

7979
- name: Restore Go Cache
80-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
80+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8181
with:
8282
path: |
8383
~/.cache/go-build

0 commit comments

Comments
 (0)