Skip to content

Commit

Permalink
ci: update all actions/checkout to v3 and actions/setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Oct 23, 2023
1 parent b1bf776 commit 0559374
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bundle_webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
bundle-webpack:
runs-on: ubuntu-latest
steps:
-
-
name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
-
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
env:
VERDACCIO_TOKEN: ${{ secrets.EDGE_VERDACCIO_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
- run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mondaynet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
SSH_HOST: ecad-mondaynet-archive

- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
- run: npm ci
Expand Down

0 comments on commit 0559374

Please sign in to comment.