aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-03 16:58:47 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2022-10-03 16:59:45 +0200
commit9eb47ccebadce47908b10cc519acf619957b64a4 (patch)
treea97316f49286220391a7eb36e7639d56d62f5075
parentd051e0e3a2aac3d5cf671b180fdf7b92d627a5bc (diff)
downloadjquery-9eb47ccebadce47908b10cc519acf619957b64a4.tar.gz
jquery-9eb47ccebadce47908b10cc519acf619957b64a4.zip
Build: Bump actions/setup-node from 3.4.1 to 3.5.0
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> (cherry picked from commit 25400750fb2e08b0a7e1a752a3ca0e9eaec16163)
-rw-r--r--.github/workflows/node.js.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index a38c496cd..a01839ad3 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.4.1
+ uses: actions/setup-node@v3.5.0
with:
node-version: ${{ matrix.NODE_VERSION }}