We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 801e99e + 0d85918 commit 28b095bCopy full SHA for 28b095b
.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