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 9651d08 commit 7915a2bCopy full SHA for 7915a2b
.github/workflows/ci.yml
@@ -28,6 +28,6 @@ jobs:
28
image: swift:5.10.0-amazonlinux2
29
steps:
30
- name: Checkout
31
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
32
- name: Run tests
33
run: swift test
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
# Fetch all history to ensure the version number (tag) is resolved to create the
# version info during the build step.
0 commit comments