ci: update checkout
Build containers / base-image (push) Has been cancelled
Build containers / dependent-images (go) (push) Has been cancelled
Build containers / dependent-images (infra) (push) Has been cancelled
Build containers / dependent-images (php) (push) Has been cancelled
Build containers / changes (push) Has been cancelled

This commit is contained in:
Job
2026-06-01 19:36:16 +02:00
parent f8c5a5071d
commit 0d3f8b51c8
+3 -3
View File
@@ -20,7 +20,7 @@ jobs:
php: ${{ steps.filter.outputs.php == 'true' || steps.filter.outputs.base == 'true' }}
any_change: ${{ steps.filter.outputs.workflow == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'}}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: https://github.com/dorny/paths-filter@v3
id: filter
with:
@@ -36,7 +36,7 @@ jobs:
if: ${{ needs.changes.outputs.base == 'true' || needs.changes.outputs.any_change == 'true' }}
runs-on: job-v2
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Log in
uses: redhat-actions/podman-login@v1
with:
@@ -82,7 +82,7 @@ jobs:
if [[ "${{ needs.changes.outputs.any_change }}" == "true" ]]; then echo "run=true" >> $GITHUB_OUTPUT; fi
- name: Clone repo
if: steps.check.outputs.run == 'true'
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Log in
if: steps.check.outputs.run == 'true'
uses: redhat-actions/podman-login@v1