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 c1b4768 commit b402aaeCopy full SHA for b402aae
.github/workflows/SwiftFormat.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
# Build
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
with:
20
fetch-depth: 1
21
ref: refs/tags/${{ matrix.tag }}
@@ -35,14 +35,14 @@ jobs:
35
swift build -c release
36
37
# Package
38
39
40
41
ref: ${{ vars.GITHUB_REF_NAME }}
42
repository: ${{ vars.GITHUB_REPOSITORY }}
43
path: ${{ github.workspace }}/SourceCache/${{ vars.GITHUB_REPOSITORY }}
44
45
- - uses: microsoft/setup-msbuild@v1.0.3
+ - uses: microsoft/setup-msbuild@v1.3.1
46
47
- name: package
48
run: |
0 commit comments