Skip to content

Commit

Permalink
- Updates the version of certain github actions steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennenoel committed Sep 8, 2024
1 parent 5fd87e5 commit 17b340f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

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:
always-auth: true
node-version: ${{ matrix.node-version }}
Expand Down Expand Up @@ -51,9 +51,9 @@ jobs:
timeout-minutes: 15

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
always-auth: true
node-version: 18.x
Expand Down

0 comments on commit 17b340f

Please sign in to comment.