From b8fb245eed8e940fc0845a4bb2fb04fa50883de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:56:09 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/compress.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/prettier.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compress.yml b/.github/workflows/compress.yml index a5a7a1c..b3b1039 100644 --- a/.github/workflows/compress.yml +++ b/.github/workflows/compress.yml @@ -16,7 +16,7 @@ jobs: if: github.repository == 'doocs/coding-interview' steps: - name: Checkout Branch - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Compress Images id: calibre diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2178acc..4b67a99 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 9bbeec2..864a711 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }}