From 503caa893d5f5021df38755511cd8aef853cfdf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:02:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(deps):=20Bump=20actions/checkou?= =?UTF-8?q?t=20from=206=20to=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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-auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 2cf9cb4..ba01d20 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -12,7 +12,7 @@ jobs: - name: Auto Merges/deploys allowed? uses: 1debit/pr-auto-merge-action@v1 # Check if PR can be auto-approved - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Auto Merge Dependabot PRs uses: 1debit/dependabot-auto-merge-action@v1 with: