From 2eaec29fc982989c29c15fd5854404028ce36347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 07:24:11 +0000 Subject: [PATCH] build(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/pr-checks.yaml | 4 ++-- .github/workflows/publish-backend.yaml | 4 ++-- .github/workflows/publish-frontend.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 6526130..64828ad 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -14,7 +14,7 @@ jobs: name: Backend tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up JDK 21 uses: actions/setup-java@v4 @@ -37,7 +37,7 @@ jobs: name: Frontend lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: diff --git a/.github/workflows/publish-backend.yaml b/.github/workflows/publish-backend.yaml index cba0bd3..715c002 100644 --- a/.github/workflows/publish-backend.yaml +++ b/.github/workflows/publish-backend.yaml @@ -31,7 +31,7 @@ jobs: matrix: ${{ steps.changed-files.outputs.all_changed_files }} any_changed: ${{ steps.changed-files.outputs.any_changed }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. @@ -61,7 +61,7 @@ jobs: name: Build and publish steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up JDK 21 uses: actions/setup-java@v4 diff --git a/.github/workflows/publish-frontend.yaml b/.github/workflows/publish-frontend.yaml index e631691..c8088ba 100644 --- a/.github/workflows/publish-frontend.yaml +++ b/.github/workflows/publish-frontend.yaml @@ -25,7 +25,7 @@ jobs: matrix: ${{ steps.changed-files.outputs.all_changed_files }} any_changed: ${{ steps.changed-files.outputs.any_changed }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. @@ -55,7 +55,7 @@ jobs: name: Build and publish steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: