Skip to content

Commit 9f3d6f7

Browse files
chore(deps): update actions/cache action to v4
1 parent a3dec8b commit 9f3d6f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
node-version: "16"
4848
cache: ${{ steps.detect-package-manager.outputs.manager }}
4949
- name: Restore cache
50-
uses: actions/cache@v3
50+
uses: actions/cache@v4
5151
with:
5252
path: |
5353
node_modules

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node-version: ${{ matrix.node-version }}
4646
cache: ${{ steps.detect-package-manager.outputs.manager }}
4747
- name: Restore cache
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: |
5151
node_modules

0 commit comments

Comments
 (0)