From 8d5526ad9e41a82c41338ebde997bf1fca90d98c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:06:23 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/create-migration-history.yml | 2 +- .github/workflows/custom-tests-v2.yml | 2 +- .github/workflows/deploy-backend.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-migration-history.yml b/.github/workflows/create-migration-history.yml index a4473f83..1bcb3768 100644 --- a/.github/workflows/create-migration-history.yml +++ b/.github/workflows/create-migration-history.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: true diff --git a/.github/workflows/custom-tests-v2.yml b/.github/workflows/custom-tests-v2.yml index 5facc552..829b4e8f 100644 --- a/.github/workflows/custom-tests-v2.yml +++ b/.github/workflows/custom-tests-v2.yml @@ -43,7 +43,7 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Create absolute path symlink run: | diff --git a/.github/workflows/deploy-backend.yml b/.github/workflows/deploy-backend.yml index d9f8f951..9a4afdf2 100644 --- a/.github/workflows/deploy-backend.yml +++ b/.github/workflows/deploy-backend.yml @@ -34,7 +34,7 @@ jobs: run: echo "target=${{ github.event.inputs.target }}" >> $GITHUB_OUTPUT - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: main fetch-depth: 0