Skip to content

Commit 582785e

Browse files
dependabot[bot]mgol
authored andcommitted
Build: Bump actions/setup-node from 3.5.1 to 3.6.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3.5.1...v3.6.0) Closes gh-5200 --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 7e7bd06)
1 parent 732592c commit 582785e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-
5454
5555
- name: Use Node.js ${{ matrix.NODE_VERSION }}
56-
uses: actions/setup-node@v3.5.1
56+
uses: actions/setup-node@v3.6.0
5757
with:
5858
node-version: ${{ matrix.NODE_VERSION }}
5959

0 commit comments

Comments
 (0)