aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-02 01:43:00 +0100
committerGitHub <noreply@github.com>2023-02-02 01:43:00 +0100
commit7e7bd062070b3eca8ee047136ea8575fbed5d70f (patch)
tree743997ac626dcb1e8deab656d3de36031e94909d /.github
parenta7ed9a7b6364273b1b964fd2cf9691dec2cbec6b (diff)
downloadjquery-7e7bd062070b3eca8ee047136ea8575fbed5d70f.tar.gz
jquery-7e7bd062070b3eca8ee047136ea8575fbed5d70f.zip
Build: Bump actions/setup-node from 3.5.1 to 3.6.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.5.1...v3.6.0) Closes gh-5200 --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 56ca46bfc..b773404e5 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -57,7 +57,7 @@ jobs:
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-
- name: Use Node.js ${{ matrix.NODE_VERSION }}
- uses: actions/setup-node@v3.5.1
+ uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.NODE_VERSION }}