From 5fba65a201052dc707a509baf38330f7b00ffe36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:13:08 +0000 Subject: [PATCH] build(deps): bump actions/checkout in the all-dependencies group Bumps the all-dependencies 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-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 82cd036..7b0dad5 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -46,7 +46,7 @@ jobs: release: ${{ steps.evaluate_release.outputs.result }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -135,7 +135,7 @@ jobs: base_version: ${{ needs.discovery.outputs.base_version }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: tools - docker - login ghcr.io if: ${{ env.build_push == 'true' }} @@ -187,7 +187,7 @@ jobs: base_version: ${{ needs.discovery.outputs.base_version }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: tools - docker - login ghcr.io uses: docker/login-action@v4