Skip to content

Commit b854994

Browse files
authored
chore: fix the version of actions/cache (#433)
1 parent 860456d commit b854994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manifests-up-to-date.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check out code into the Go module directory
2323
uses: actions/checkout@v3
2424
- name: Restore cache
25-
uses: actions/cache@v3.0.10
25+
uses: actions/cache@v3
2626
with:
2727
path: |
2828
~/.cache/go-build

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Check out code into the Go module directory
2424
uses: actions/checkout@v3
2525
- name: Restore cache
26-
uses: actions/cache@v3.0.10
26+
uses: actions/cache@v3
2727
with:
2828
path: |
2929
~/.cache/go-build

0 commit comments

Comments
 (0)