Skip to content

Commit b85cb37

Browse files
committed
update CI actions
1 parent 32cfa9d commit b85cb37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: write
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
repository: getargv/getargv
2121
path: getargv
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install libgetargv
2727
run: sudo make install_dylib
2828
working-directory: getargv
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
path: getargv-swift
3232
fetch-tags: true

0 commit comments

Comments
 (0)