We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43d10f commit 2bb0182Copy full SHA for 2bb0182
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
RELEASE_VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')
36
echo "::set-output name=release_version::$RELEASE_VERSION"
37
- name: Cache node modules
38
- uses: actions/cache@v1
+ uses: actions/cache@v4
39
with:
40
path: ui/node_modules
41
key: ${{ runner.os }}-node-${{ hashFiles('**/ui/package-lock.json') }}
.github/workflows/ui.yaml
@@ -19,7 +19,7 @@ jobs:
19
node-version: 12
20
registry-url: https://registry.npmjs.org/
21
22
23
24
25
0 commit comments