aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-04 17:09:56 +0200
committerGitHub <noreply@github.com>2023-10-04 17:09:56 +0200
commit80683be8c07534897d9b78b7bb4d2057e7f1a4aa (patch)
treedfcb660fff9967ef238dfd211542705b201e5ade
parent1be45388176080418aef84f3c98fda2c10fcdc42 (diff)
downloadjquery-ui-80683be8c07534897d9b78b7bb4d2057e7f1a4aa.tar.gz
jquery-ui-80683be8c07534897d9b78b7bb4d2057e7f1a4aa.zip
Build(deps): Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) Closes gh-2188 --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 868352dd1..25e51485a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
node-version: [10.x, 16.x, 18.x]
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/setup-node@v3
with: