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 aa05975 + 7c9679f commit e84a859Copy full SHA for e84a859
.github/workflows/pr.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Cache node modules
15
id: cache
16
- uses: actions/cache@v3
+ uses: actions/cache@v4
17
with:
18
path: |
19
~/.cache
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
20
21
22
0 commit comments