From 4b7be53b5d0fed20bcfa54a4fdad4c5526cfd1fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:43:59 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/build_container.yml | 2 +- .github/workflows/pr_checks.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index 7784d927..ba60dc2f 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -45,7 +45,7 @@ jobs: name: "${{ inputs.image_name }}" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ inputs.ref }} diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index b1a8100d..dabc38d0 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -14,7 +14,7 @@ jobs: name: YAML syntax runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7.8 @@ -26,7 +26,7 @@ jobs: name: RPM checks runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7.8 @@ -41,7 +41,7 @@ jobs: name: Puppet module checks runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7.8