]> source.dussan.org Git - jquery.git/commitdiff
Build: Bump actions/setup-node from 3.4.1 to 3.5.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 3 Oct 2022 14:58:47 +0000 (16:58 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 14:58:47 +0000 (16:58 +0200)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.4.1...v3.5.0)

Closes gh-5133

---
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/node.js.yml

index 270690dbc7294c6b4cafd220c9fcc900fc45c954..23b2c2677092ca0256bfc76b36120d2bc647e16f 100644 (file)
@@ -50,7 +50,7 @@ jobs:
           ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-
 
     - name: Use Node.js ${{ matrix.NODE_VERSION }}
-      uses: actions/setup-node@v3.4.1
+      uses: actions/setup-node@v3.5.0
       with:
         node-version: ${{ matrix.NODE_VERSION }}