]> source.dussan.org Git - jquery.git/commitdiff
Build: Bump actions/setup-node from 3.5.0 to 3.5.1
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 1 Nov 2022 19:58:52 +0000 (20:58 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 1 Nov 2022 19:59:39 +0000 (20:59 +0100)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.5.0...v3.5.1)

Closes gh-5153

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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>
(cherry picked from commit 0208224b5b76d54a39986f78aac97dbf1cccbe38)

.github/workflows/node.js.yml

index a01839ad352f2cbb667c1cf37025cfe5bc842afb..8a1591a165d58419a9a013f0c2dd1ea5748f6e33 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.5.0
+      uses: actions/setup-node@v3.5.1
       with:
         node-version: ${{ matrix.NODE_VERSION }}