From b4c358e5775ee6d66fe0d9be6256d8594076b8cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:23:57 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/compile-test-image.yaml | 2 +- .github/workflows/release.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compile-test-image.yaml b/.github/workflows/compile-test-image.yaml index 5e253b1..4b4d47b 100644 --- a/.github/workflows/compile-test-image.yaml +++ b/.github/workflows/compile-test-image.yaml @@ -19,7 +19,7 @@ jobs: name: Compile -> Test -> Build Docker Image -> Push Docker Image runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 63ba5b1..9e5cf37 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ jobs: name: Tag and Push release Docker image runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Add SHORT_SHA Environment Variable id: short-sha @@ -42,7 +42,7 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Update CHANGELOG id: changelog @@ -77,7 +77,7 @@ jobs: container: image: vtramo/rtl-mc:build-${{ github.sha }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: path: .