diff --git a/.github/workflows/build-ci-image.yml b/.github/workflows/build-ci-image.yml index 735a17c..b4f84b4 100644 --- a/.github/workflows/build-ci-image.yml +++ b/.github/workflows/build-ci-image.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Log in to Container Registry if: github.event_name != 'pull_request'