Skip to content

Commit

Permalink
chore: upgrade actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Sep 22, 2024
1 parent 38a15f5 commit 80f9b13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: actions/cache@v2
- uses: actions/cache@v4
env:
cache-name: cache-nodemodules
with:
Expand Down

0 comments on commit 80f9b13

Please sign in to comment.