Skip to content

Commit 0936b4d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
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)