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.
1 parent 87e72fd commit 4404da5Copy full SHA for 4404da5
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout Repo
23
uses: actions/checkout@v3
24
- name: cache node_modules
25
- uses: actions/cache@v3
+ uses: actions/cache@v5
26
id: cache
27
with:
28
path: |
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
.github/workflows/test.yml
0 commit comments