Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build (Debug)
runs-on: macos-14
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

# The macos-14 image still defaults to Xcode 15.4, whose stricter Swift
# concurrency checking rejects code this project compiles cleanly under
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build & Publish
runs-on: macos-14
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
# Need full history + tags so the release-notes step can diff
# against the previous tag.
Expand All @@ -24,7 +24,7 @@ jobs:
# and a missing/renamed repo must fail loudly rather than silently fall
# back to auto-generated notes.
- name: Check out release notes
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
repository: wavever/clipth-website
path: .website
Expand Down