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 14b4413 + db9342c commit 460c12dCopy full SHA for 460c12d
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Checkout Repo
27
uses: actions/checkout@v3
28
- name: cache node_modules
29
- uses: actions/cache@v3
+ uses: actions/cache@v4
30
id: cache
31
with:
32
path: node_modules
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
82
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
path: |
0 commit comments