diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index d02df7d..3de792e 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -20,7 +20,7 @@ jobs: registry: ghcr.io/seagl - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build container images # Truly the reason this is Podman and not Docker is because I copied this workflow from a RHEL container stack repo and like