Skip to content

Commit

Permalink
Merge pull request #137 from eclipse-cdt-cloud/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-node-4.0.1

Bump actions/setup-node from 4.0.0 to 4.0.1
  • Loading branch information
thegecko authored Dec 26, 2023
2 parents 378e836 + f3f5b06 commit edffad8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
fetch-depth: 0
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
with:
node-version: 14.x
- name: Build
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
path: artifacts
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
with:
node-version: 14.x
- name: Publish
Expand All @@ -76,7 +76,7 @@ jobs:
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
path: artifacts
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
with:
node-version: 14.x
- name: Publish
Expand Down

0 comments on commit edffad8

Please sign in to comment.