Skip to content

Commit

Permalink
Checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Mar 9, 2024
1 parent b5e6269 commit dcbe5d7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Version
run: swift --version
- name: Build
Expand All @@ -32,7 +32,7 @@ jobs:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Version
run: swift --version
- name: Build
Expand All @@ -46,7 +46,7 @@ jobs:
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Version
run: swift --version
- name: Build
Expand All @@ -59,7 +59,7 @@ jobs:
container: swift:5.10
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Version
run: swift --version
- name: Build
Expand All @@ -72,7 +72,7 @@ jobs:
container: swift:5.9
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Version
run: swift --version
- name: Build
Expand All @@ -85,7 +85,7 @@ jobs:
container: swift:5.8
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Version
run: swift --version
- name: Build
Expand All @@ -98,7 +98,7 @@ jobs:
container: swift:5.7
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Version
run: swift --version
- name: Build
Expand Down

0 comments on commit dcbe5d7

Please sign in to comment.