Skip to content

Commit

Permalink
fix(deps): bump actions/setup-node action to v3.8.1
Browse files Browse the repository at this point in the history
| datasource  | package            | from   | to     |
| ----------- | ------------------ | ------ | ------ |
| github-tags | actions/setup-node | v3.7.0 | v3.8.1 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Sep 7, 2023
1 parent e42c324 commit bbd8b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
with:
dotnet-version: ${{ steps.tool-versions.outputs.dotnet-core }}
- name: Set up Node.js at version specified in .tool-versions.
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ steps.tool-versions.outputs.nodejs }}
- name: Set up Python at version specified in .tool-versions.
Expand Down

0 comments on commit bbd8b37

Please sign in to comment.