Skip to content

Commit 0936b4d

Browse files
committed
GHA: Use current checkout
...
1 parent bce3876 commit 0936b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
xcode-version: latest
1717
- name: Checkout Repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
- name: Build Swift Debug Package
2020
run: swift build -c debug
2121
- name: Build Swift Release Package

0 commit comments

Comments
 (0)