diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-04 17:09:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 17:09:56 +0200 |
commit | 80683be8c07534897d9b78b7bb4d2057e7f1a4aa (patch) | |
tree | dfcb660fff9967ef238dfd211542705b201e5ade | |
parent | 1be45388176080418aef84f3c98fda2c10fcdc42 (diff) | |
download | jquery-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.yml | 2 |
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: |