Skip to content

Commit

Permalink
Bump CI checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
koliyo committed Jul 2, 2024
1 parent 54d68e7 commit 451a809
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

runs-on: ${{ matrix.host.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
runs-on: ${{ matrix.host.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'

Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
branch: swift-5.10-release
tag: 5.10-RELEASE

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'

Expand Down

0 comments on commit 451a809

Please sign in to comment.