]> source.dussan.org Git - jquery-ui.git/commitdiff
Build(deps): Bump actions/checkout from 2 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 11 Jul 2022 10:22:26 +0000 (12:22 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Jul 2022 10:22:26 +0000 (12:22 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)

Closes gh-2098

---
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 226e68e2a478eda55f004f25c7fc11b7a20ca332..a513e67538fef8478cafc98e6f36d2a3d00ecdc6 100644 (file)
@@ -12,7 +12,7 @@ jobs:
         node-version: [12.x, 14.x]
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - uses: actions/setup-node@v3
         with: