Skip to content

Commit eb4bc10

Browse files
chore(deps): bump actions/cache from 5.0.0 to 5.0.1 (#3934)
1 parent 5875802 commit eb4bc10

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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
36+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
36+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
44+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
80+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
8181
with:
8282
path: |
8383
~/.cache/go-build

0 commit comments

Comments
 (0)