From e1c1961d4837c7f99c7c9d393348473ca27b1982 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:04:48 +0000 Subject: [PATCH] [skip-ci] Update actions/checkout action to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/first_contrib_cert_generator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/first_contrib_cert_generator.yml b/.github/workflows/first_contrib_cert_generator.yml index bc8c828281..e7b100efe7 100644 --- a/.github/workflows/first_contrib_cert_generator.yml +++ b/.github/workflows/first_contrib_cert_generator.yml @@ -56,7 +56,7 @@ jobs: # Step 2: Checkout the repository containing the certificate HTML file. - name: Checkout containers/automation repository if: ${{ github.event_name == 'workflow_dispatch' || steps.check_first_pr.outputs.is_first_pr == 'true' }} - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: containers/automation path: automation-repo