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.
1 parent a3dec8b commit 9f3d6f7Copy full SHA for 9f3d6f7
.github/workflows/deployment.yml
@@ -47,7 +47,7 @@ jobs:
47
node-version: "16"
48
cache: ${{ steps.detect-package-manager.outputs.manager }}
49
- name: Restore cache
50
- uses: actions/cache@v3
+ uses: actions/cache@v4
51
with:
52
path: |
53
node_modules
.github/workflows/unit-test.yml
@@ -45,7 +45,7 @@ jobs:
45
node-version: ${{ matrix.node-version }}
46
0 commit comments