Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SusanDoggie authored Aug 18, 2023
1 parent 89f432b commit e9fd3cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
destination: ${{ matrix.destination }}
enable_codecov: ${{ matrix.enable_codecov }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- swift_version: 5.6
distro: jammy
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
Expand All @@ -93,7 +93,7 @@ jobs:
swift_version: [main]
distro: [bionic, focal, jammy]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
Expand Down

0 comments on commit e9fd3cc

Please sign in to comment.