diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-01 20:58:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 20:58:52 +0100 |
commit | 0208224b5b76d54a39986f78aac97dbf1cccbe38 (patch) | |
tree | a30c19c6c9fea38f13cf2cad55423af076e4e35d /.github/workflows/node.js.yml | |
parent | bcd9c2bc3ddaa04f89f550681ca9c1ec5efc4328 (diff) | |
download | jquery-0208224b5b76d54a39986f78aac97dbf1cccbe38.tar.gz jquery-0208224b5b76d54a39986f78aac97dbf1cccbe38.zip |
Build: Bump actions/setup-node from 3.5.0 to 3.5.1
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>
Diffstat (limited to '.github/workflows/node.js.yml')
-rw-r--r-- | .github/workflows/node.js.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 23b2c2677..63976c7c5 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 }} |