Skip to content

Commit

Permalink
Update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
| datasource  | package            | from | to |
| ----------- | ------------------ | ---- | -- |
| github-tags | actions/setup-node | v3   | v4 |
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 2ef6688 commit 5f4e715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
dotnet-version: ${{ vars.VELAPTOR_DOTNET_SDK_VERSION }}

- name: Setup Node (${{ vars.NODE_VERSION }})
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ vars.NODE_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
dotnet-version: ${{ vars.VELAPTOR_DOTNET_SDK_VERSION }}

- name: Setup Node (${{ vars.NODE_VERSION }})
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ vars.NODE_VERSION }}

Expand Down

0 comments on commit 5f4e715

Please sign in to comment.