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.
2 parents 1871508 + ee81449 commit 7710d3cCopy full SHA for 7710d3c
.github/workflows/macos.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v6
28
29
- name: Cache Node modules
30
- uses: actions/cache@v4
+ uses: actions/cache@v5
31
with:
32
# npm cache files are stored in ~/.npm
33
path: ~/.npm
.github/workflows/ubuntu.yml
@@ -28,7 +28,7 @@ jobs:
34
.github/workflows/windows.yml
@@ -31,7 +31,7 @@ jobs:
35
36
37
0 commit comments