We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce3876 commit 0936b4dCopy full SHA for 0936b4d
.github/workflows/swift.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
xcode-version: latest
17
- name: Checkout Repository
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
- name: Build Swift Debug Package
20
run: swift build -c debug
21
- name: Build Swift Release Package
0 commit comments