Skip to content

Commit

Permalink
Update github action modules (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Dec 27, 2024
1 parent ffd045d commit 0650f97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
name: Build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true

- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '18'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
name: Build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true

- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '18'

Expand Down

0 comments on commit 0650f97

Please sign in to comment.