We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d44893 + c7085ef commit b8b4b38Copy full SHA for b8b4b38
.github/workflows/macos.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v3
32
33
- name: Cache node modules
34
- uses: actions/cache@v3
+ uses: actions/cache@v4
35
env:
36
cache-name: cache-node-modules
37
with:
.github/workflows/ubuntu.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
.github/workflows/windows.yml
0 commit comments