From 4b784657a885e5e10297221077f7e10c52f32b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 10:05:58 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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..d47fae6 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@v5 - 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..a2a32d5 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@v5 - 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@v5 - 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@v5 with: path: .