Skip to content

Commit b402aae

Browse files
authored
GHA: update some action version (#547)
Update the actions versions to reduce some of the deprecation messages.
1 parent c1b4768 commit b402aae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/SwiftFormat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
# Build
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 1
2121
ref: refs/tags/${{ matrix.tag }}
@@ -35,14 +35,14 @@ jobs:
3535
swift build -c release
3636
3737
# Package
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v3
3939
with:
4040
fetch-depth: 1
4141
ref: ${{ vars.GITHUB_REF_NAME }}
4242
repository: ${{ vars.GITHUB_REPOSITORY }}
4343
path: ${{ github.workspace }}/SourceCache/${{ vars.GITHUB_REPOSITORY }}
4444

45-
- uses: microsoft/setup-msbuild@v1.0.3
45+
- uses: microsoft/setup-msbuild@v1.3.1
4646

4747
- name: package
4848
run: |

0 commit comments

Comments
 (0)