Skip to content

Commit 53f9205

Browse files
CI fix (#222)
* added questions and updated dates for S25 hiring * updating cache version
1 parent 8388c53 commit 53f9205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: echo "::set-output name=dir::$(yarn cache dir)"
4242

4343
- name: Cache node_modules
44-
uses: actions/cache@v2
44+
uses: actions/cache@v4
4545
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4646
with:
4747
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)