From e93fa463d032dadd620a7a9eb5dc0823315cceb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:36:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b299657..7946ee9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: image: ghcr.io/pkgforge-dev/archlinux:latest steps: - name: Checkout ghostty-appimage - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: persist-credentials: false @@ -88,7 +88,7 @@ jobs: needs: - build_appimage steps: - - uses: actions/checkout@v5 # zizmor: ignore[artipacked] + - uses: actions/checkout@v7 # zizmor: ignore[artipacked] - name: Clean-up Old Release Assets run: |