Skip to content

Commit 1eece15

Browse files
committed
Actions Build: Updated cache
1 parent ea47ec9 commit 1eece15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-assets-to-gcp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Checkout Repository
1717
uses: actions/checkout@master
1818
- name: Setup Node.js
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: '18.19.0'
2222
- name: Cache Node.js Modules
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.npm
2626
key: npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)