From fc7c18762ef4e9eb73d48b4ad8955ccf6a03eb0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:08:24 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ramius.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ramius.yml b/.github/workflows/ramius.yml index 922e899..1b0cf1d 100644 --- a/.github/workflows/ramius.yml +++ b/.github/workflows/ramius.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: retrieve ${{ github.event.repository.name }} project - uses: actions/checkout@v5 + uses: actions/checkout@v6 - id: semver_tag name: retrieve semantic version of latest tag @@ -26,7 +26,7 @@ jobs: needs: [ job_setup ] steps: - name: retrieve ${{ github.event.repository.name }} project - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: setup buildx uses: docker/setup-buildx-action@v3