We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e299054 commit 1ed3df5Copy full SHA for 1ed3df5
.github/workflows/ci.yml
@@ -26,6 +26,6 @@ jobs:
26
runs-on: ubuntu-latest
27
steps:
28
- name: Checkout
29
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
30
- name: Run tests
31
run: docker run -v "$PWD":/host -w /host swift:5.10.0-amazonlinux2 swift test
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
32
# Fetch all history to ensure the version number (tag) is resolved to create the
33
# version info during the build step.
0 commit comments