Skip to content

Commit 321c572

Browse files
committed
checkout@v3
1 parent 14b1266 commit 321c572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
container: swift:5.7
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v2
48+
uses: actions/checkout@v3
4949
- name: Version
5050
run: swift --version
5151
- name: Build
@@ -58,7 +58,7 @@ jobs:
5858
container: swift:5.9
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@v2
61+
uses: actions/checkout@v3
6262
- name: Version
6363
run: swift --version
6464
- name: Build

0 commit comments

Comments
 (0)