Skip to content

Commit ca3cf1b

Browse files
authored
GHA: update actions/checkout
Update the checkout action to the latest version to avoid the Node deprecation warnings.
1 parent 19f0023 commit ca3cf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
tag: ${{ matrix.tag }}
4444
branch: ${{ matrix.branch }}
4545

46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v3
4747

4848
- name: Build
4949
run: swift build -v ${{ matrix.options }}

0 commit comments

Comments
 (0)