Skip to content

Commit

Permalink
Update Github actions checkout & setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishubert committed Feb 4, 2024
1 parent ab4485e commit 6419f9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- 20.x
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'Use Node.js ${{ matrix.node-version }}'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '${{ matrix.node-version }}'
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- 20.x
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'Use Node.js ${{ matrix.node-version }}'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '${{ matrix.node-version }}'
- name: Install dependencies
Expand Down

0 comments on commit 6419f9d

Please sign in to comment.