]> source.dussan.org Git - jquery-ui.git/commitdiff
Build(deps): Bump actions/checkout from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 4 Oct 2023 15:09:56 +0000 (17:09 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 15:09:56 +0000 (17:09 +0200)
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>
.github/workflows/test.yml

index 868352dd1fab8be15f3411ebb87d9454be4c62ec..25e51485a6ab1bd68f5e71122c37786da78ce045 100644 (file)
@@ -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: