From 078adb738f183b8f8e34855997e8afd0b1dc7581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 23:24:35 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-automerge.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 78ad323..7e50a9b 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -11,7 +11,7 @@ jobs: if: github.event.pull_request.user.login == 'dependabot[bot]' steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Enable Pull Request Automerge run: gh pr merge --squash --auto ${{ github.event.pull_request.number }} env: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a71e0e0..87e772e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest needs: [check-project-std] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: aws-actions/setup-sam@v2 with: