We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4965df8 + 55fcc91 commit c870134Copy full SHA for c870134
.github/actions/invalidate_master_cache/action.yml
@@ -4,7 +4,7 @@ runs:
4
using: composite
5
steps:
6
- name: save_cache
7
- uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2
+ uses: actions/cache/save@v4
8
with:
9
path: ./node_modules
10
key: ${{ runner.os }}-node_modules-${{ hashFiles('./package-lock.json') }}
.github/actions/npm_install_from_cache/action.yml
@@ -5,7 +5,7 @@ runs:
- name: Cache node modules
id: cache-nodemodules
- uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2
+ uses: actions/cache/restore@v4
path: node_modules
11
0 commit comments