Skip to content

Commit

Permalink
changed to v4 github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc-n committed Sep 13, 2024
1 parent 6fb26a6 commit 4c05c7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
node-version: [20.0.9]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js 20.0.9
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.0.9
- run: |
Expand Down Expand Up @@ -58,9 +58,9 @@ jobs:
node-version: [20.0.9]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js 20.0.9
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.0.9
- run: |
Expand Down Expand Up @@ -105,9 +105,9 @@ jobs:
node-version: [20.0.9]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js 20.0.9
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.0.9
- run: |
Expand Down

0 comments on commit 4c05c7b

Please sign in to comment.