Skip to content

Commit

Permalink
ci(chore): update actions checkout and setup-node in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eiri committed Feb 5, 2024
1 parent 75f58f8 commit b3ed93b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup node 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
check-latest: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- 8080:8080
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup node ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
check-latest: false
Expand Down

0 comments on commit b3ed93b

Please sign in to comment.