Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
image: ghcr.io/pkgforge-dev/archlinux:latest
steps:
- name: Checkout ghostty-appimage
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
needs:
- build_appimage
steps:
- uses: actions/checkout@v5 # zizmor: ignore[artipacked]
- uses: actions/checkout@v6 # zizmor: ignore[artipacked]

- name: Clean-up Old Release Assets
run: |
Expand Down
Loading