From 0af63204c2dc58f0f99e8db2d05f422d7931471d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:03:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(deps):=20Bump=20actions/checkou?= =?UTF-8?q?t=20from=206=20to=206.0.3?= 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 6.0.3. - [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...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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..fae27a1 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@v6.0.3 - name: Auto Merge Dependabot PRs uses: 1debit/dependabot-auto-merge-action@v1 with: