From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 10:22:26 +0000 (+0200) Subject: Build(deps): Bump actions/checkout from 2 to 3 X-Git-Tag: 1.13.2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e853971b0ab8c0cd459152135e2f9b5137273571;p=jquery-ui.git Build(deps): Bump actions/checkout from 2 to 3 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 226e68e2a..a513e6753 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: