From 05070321965f95dcf69b11db47ea4e4f75620a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 05:01:26 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 6 to 7 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-publish.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 51ad682..43c557c 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -49,7 +49,7 @@ jobs: APP_NAME: LockIME TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # Full history + tags so the release-notes step can list the # direct-push commits in ..HEAD. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 555671c..0f38ae0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: if: needs.gate.outputs.run == 'true' runs-on: blacksmith-6vcpu-macos-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Select Xcode 26 run: | diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ed5d627..c9a2412 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -31,7 +31,7 @@ jobs: version: ${{ steps.compute.outputs.version }} tag: ${{ steps.compute.outputs.tag }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 467d710..717e5fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: channel: ${{ steps.compute.outputs.channel }} prerelease: ${{ steps.compute.outputs.prerelease }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true