commit | 1b5a527538c951e775080479bf043ad14563c073 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Sep 05 09:22:37 2023 +0000 |
committer | GitHub <noreply@github.com> | Tue Sep 05 09:22:37 2023 +0000 |
tree | e438b15e3c0e1a8d4f33ea822f696683b0bb6c3d | |
parent | 7198cf647113f56041e02abf3eb623692820c5e1 [diff] |
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) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/manage-labels.yml b/.github/workflows/manage-labels.yml index 838c2c0..2c2cc86 100644 --- a/.github/workflows/manage-labels.yml +++ b/.github/workflows/manage-labels.yml
@@ -8,7 +8,7 @@ steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Labeler if: success()