Skip to content

Commit 78b974a

Browse files
committed
Updating the version for 'actions/cache' for workflows to succeed
1 parent 0d4ebcf commit 78b974a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v2
3434
- name: Cache go modules
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
path: |
3838
~/.cache/go-build
@@ -58,4 +58,4 @@ jobs:
5858
export CLOUDSDK_PYTHON="python3"
5959
go test -v -cover -race google.golang.org/appengine/v2/...
6060
# TestAPICallAllocations doesn't run under race detector.
61-
go test -v -cover google.golang.org/appengine/v2/internal/... -run TestAPICallAllocations
61+
go test -v -cover google.golang.org/appengine/v2/internal/... -run TestAPICallAllocations

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v2
3333
- name: Cache go modules
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: |
3737
~/.cache/go-build

0 commit comments

Comments
 (0)