Skip to content

Commit 613ea13

Browse files
melange396dmytrotsko
authored andcommitted
update gh 'actions/cache' away from deprecated version (#1271)
1 parent ac9d572 commit 613ea13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
node-version: 18
1313
- name: Cache Node.js modules
14-
uses: actions/cache@v4.0.1
14+
uses: actions/cache@v4
1515
with:
1616
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
1717
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release_main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: 18
4949
- name: Cache Node.js modules
50-
uses: actions/cache@v4.0.1
50+
uses: actions/cache@v4
5151
with:
5252
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
5353
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
node-version: 18
8080
- name: Cache Node.js modules
81-
uses: actions/cache@v4.0.1
81+
uses: actions/cache@v4
8282
with:
8383
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
8484
key: ${{ runner.OS }}-main-node2-${{ hashFiles('**/package-lock.json') }}

.github/workflows/update_gdocs_data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: 18
1515
- name: Cache Node.js modules
16-
uses: actions/cache@v4.0.1
16+
uses: actions/cache@v4
1717
with:
1818
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
1919
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)