diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-12 15:45:20 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-09-12 15:47:46 +0200 |
commit | f14064cabf5e97ee9841cf3df9ec86bd7acaa9e6 (patch) | |
tree | bea1166457707de442f3f9cd84837d90e8bb8583 /.github | |
parent | 8f6136fc70048665b07acbd2d25f4ee1be3d2e04 (diff) | |
download | jquery-f14064cabf5e97ee9841cf3df9ec86bd7acaa9e6.tar.gz jquery-f14064cabf5e97ee9841cf3df9ec86bd7acaa9e6.zip |
Upgrade: Bump actions/setup-node from 3.3.0 to 3.4.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.3.0 to 3.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.3.0...v3.4.1)
Closes gh-5078
(cherry picked from commit 78321f078ce04ce78aeade8e2860ac41d05fae54)
---
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>
Diffstat (limited to '.github')
-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 90dea2a11..a38c496cd 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.3.0 + uses: actions/setup-node@v3.4.1 with: node-version: ${{ matrix.NODE_VERSION }} |