Skip to content

Commit 0e836f2

Browse files
build(deps): bump actions/cache from 4.2.3 to 4.2.4 (#3834)
1 parent 894c8b8 commit 0e836f2

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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
36+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
36+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
44+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
80+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
8181
with:
8282
path: |
8383
~/.cache/go-build

0 commit comments

Comments
 (0)