Skip to content

Commit

Permalink
update to checkout@v4 and setup-note@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
enuchi committed Apr 21, 2024
1 parent 240e737 commit edbf269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
node-version: [18, 20]
timeout-minutes: 8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-extended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
node-version: [18, 20]
timeout-minutes: 11
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install packages
Expand Down

0 comments on commit edbf269

Please sign in to comment.