Skip to content

Commit 1cd41e7

Browse files
authored
Upgrade GitHub Actions for Node 24 compatibility (#300)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent 573e5c9 commit 1cd41e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
steps:
2727
- name: Checkout PR merge ref if called from PR
2828
if: ${{ github.event.pull_request.number }}
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030
with:
3131
ref: refs/pull/${{ github.event.pull_request.number }}/merge
3232
fetch-depth: 0
3333

3434
- name: Checkout fallback
3535
if: ${{ !github.event.pull_request.number }}
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737

3838
- run: |
3939
swift format lint --strict --recursive .

0 commit comments

Comments
 (0)