Skip to content

Commit

Permalink
⬆️ Updates actions/setup-node action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent e5ca4eb commit 9e5ad0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"

Check warning on line 24 in .github/workflows/broken-links.yml

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (NVMRC)

Check warning on line 24 in .github/workflows/broken-links.yml

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (nvmrc)
id: nvm

- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v4.0.1
with:
node-version: ${{ steps.nvm.outputs.NVMRC }}

Check warning on line 29 in .github/workflows/broken-links.yml

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (NVMRC)

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 1

- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4

- uses: actions/cache@v1
with:
Expand Down

0 comments on commit 9e5ad0a

Please sign in to comment.