diff --git a/.github/workflows/nightly-update-and-trigger.yml b/.github/workflows/nightly-update-and-trigger.yml index 1ea9cbb..67e225f 100644 --- a/.github/workflows/nightly-update-and-trigger.yml +++ b/.github/workflows/nightly-update-and-trigger.yml @@ -16,7 +16,7 @@ jobs: set -euxo pipefail pip install -U ansible-builder ansible - name: checkout current repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Trigger a quay.io EE rebuild - update requirements.yml, ansible-builder files shell: bash run: |