From f18481fee1a1452adbee605f4ecff7d459b83590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:07:27 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot_automerge.yml | 2 +- .github/workflows/publii_update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot_automerge.yml b/.github/workflows/dependabot_automerge.yml index 61c349f..c703c09 100644 --- a/.github/workflows/dependabot_automerge.yml +++ b/.github/workflows/dependabot_automerge.yml @@ -15,7 +15,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Enable automerge for Dependabot PRs shell: bash env: diff --git a/.github/workflows/publii_update.yml b/.github/workflows/publii_update.yml index add1a08..1ad0fd1 100644 --- a/.github/workflows/publii_update.yml +++ b/.github/workflows/publii_update.yml @@ -32,7 +32,7 @@ jobs: } - name: Checkout Publii repo if: steps.check_pr.outputs.pr_open == 'false' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: GetPublii/Publii fetch-depth: 1