We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5846ef0 + 6040dcc commit a430f7aCopy full SHA for a430f7a
2 files changed
.github/workflows/pr.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Cache node modules
15
id: cache
16
- uses: actions/cache@v4
+ uses: actions/cache@v5
17
with:
18
path: |
19
~/.cache
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
20
21
22
0 commit comments