From 5a9f7fd58af8fd4e685a4e884dbce277a11fb423 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:12:23 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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