From 108109bef28643c8bce643e38909e1ae4ee8187e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 16:03:54 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 in the all-actions group Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/pr-validation.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1d50121..213be6f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🏷️ Determine image tag id: set-tag @@ -82,7 +82,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🔧 Setup SSH run: | diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 8c19807..a9be7ef 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -70,7 +70,7 @@ jobs: } - name: Checkout PR code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0