From 1b0a1003748029df2cf5d4f79ef70ce24417e6d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 22:24:48 +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 5 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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 e29a454..1b12890 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@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -135,7 +135,7 @@ jobs: base_version: ${{ needs.discovery.outputs.base_version }} steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - 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@v5 + uses: actions/checkout@v6 - name: tools - docker - login ghcr.io uses: docker/login-action@v3