Skip to content

Commit 9784928

Browse files
committed
Upgrade cache and checkout actions versions
1 parent af6859b commit 9784928

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.ref == 'refs/heads/main'
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- uses: actions/setup-node@v4
1616
with:
@@ -20,7 +20,7 @@ jobs:
2020
id: yarn-cache-dir-path
2121
run: echo "::set-output name=dir::$(yarn cache dir)"
2222

23-
- uses: actions/cache@v2
23+
- uses: actions/cache@v4
2424
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2525
with:
2626
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)