Skip to content

Commit 2bb0182

Browse files
committed
chore: update actions/cache
Signed-off-by: Russell Centanni <[email protected]>
1 parent c43d10f commit 2bb0182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
RELEASE_VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')
3636
echo "::set-output name=release_version::$RELEASE_VERSION"
3737
- name: Cache node modules
38-
uses: actions/cache@v1
38+
uses: actions/cache@v4
3939
with:
4040
path: ui/node_modules
4141
key: ${{ runner.os }}-node-${{ hashFiles('**/ui/package-lock.json') }}

.github/workflows/ui.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 12
2020
registry-url: https://registry.npmjs.org/
2121
- name: Cache node modules
22-
uses: actions/cache@v1
22+
uses: actions/cache@v4
2323
with:
2424
path: ui/node_modules
2525
key: ${{ runner.os }}-node-${{ hashFiles('**/ui/package-lock.json') }}

0 commit comments

Comments
 (0)