Skip to content

Commit

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

Bump actions/setup-node from 4.0.3 to 4.0.4
  • Loading branch information
thegecko authored Sep 23, 2024
2 parents e3adce3 + 8e1d2bc commit a5bdcf1
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@692973e3d937129bcbf40652eb9f2f61becf3332
with:
fetch-depth: 0
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version: 20.x
- name: Build
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
path: artifacts
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version: 20.x
- name: Publish
Expand All @@ -78,7 +78,7 @@ jobs:
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
path: artifacts
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version: 20.x
- name: Publish
Expand Down

0 comments on commit a5bdcf1

Please sign in to comment.