mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
[skip-ci] Update actions/checkout action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user