Skip to content

Commit 7e7bd06

Browse files
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7ed9a7 commit 7e7bd06

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
@@ -57,7 +57,7 @@ jobs:
5757
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-
5858
5959
- name: Use Node.js ${{ matrix.NODE_VERSION }}
60-
uses: actions/setup-node@v3.5.1
60+
uses: actions/setup-node@v3.6.0
6161
with:
6262
node-version: ${{ matrix.NODE_VERSION }}
6363

0 commit comments

Comments
 (0)