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.
2 parents 094bc9d + e630346 commit 10c6666Copy full SHA for 10c6666
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
16
- uses: docker/login-action@v3
17
with:
.github/workflows/spm.yml
@@ -9,7 +9,7 @@ jobs:
9
10
container: swift:latest
- name: Update Package.resolved
run: |
set -ex
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
test:
- name: Build
0 commit comments