diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-11 12:22:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 12:22:26 +0200 |
commit | e853971b0ab8c0cd459152135e2f9b5137273571 (patch) | |
tree | c8781edb5a424366ae3a786c65f37a11f1be45b5 /.github | |
parent | d55645c0c4249b6096e94987fea15ce6070276a1 (diff) | |
download | jquery-ui-e853971b0ab8c0cd459152135e2f9b5137273571.tar.gz jquery-ui-e853971b0ab8c0cd459152135e2f9b5137273571.zip |
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |