Skip to content

Commit 1ba9806

Browse files
Update actions/checkout to v4
1 parent b2fea7f commit 1ba9806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
runs-on: ${{ matrix.os }}
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
with:
3030
submodules: recursive
3131
- id: setup-development
@@ -81,7 +81,7 @@ jobs:
8181
name: "build-linux (${{ matrix.swift }})"
8282

8383
steps:
84-
- uses: actions/checkout@v3
84+
- uses: actions/checkout@v4
8585
- name: Configure container
8686
run: |
8787
docker run -dit --name build-container -v $PWD:/workspace -w /workspace swift:${{ matrix.swift }}

0 commit comments

Comments
 (0)