Skip to content

Commit

Permalink
Merge pull request #7 from ut-issl/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
200km authored Sep 23, 2023
2 parents 2fdb4c5 + 33d52b1 commit f3ed021
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
use_c2a: ['USE_C2A=OFF', 'USE_C2A=ON']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: checkout the submodules
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

- name: checkout C2A-AOBC-EXAMPLE
if: contains(matrix.use_c2a, 'ON')
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: c2a-aobc-example
repository: ut-issl/c2a-aobc-example
Expand Down Expand Up @@ -109,16 +109,16 @@ jobs:
use_c2a: ['USE_C2A=OFF', 'USE_C2A=ON']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: checkout the submodules
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

- name: checkout C2A-AOBC-EXAMPLE
if: contains(matrix.use_c2a, 'ON')
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: c2a-aobc-example
repository: ut-issl/c2a-aobc-example
Expand Down

0 comments on commit f3ed021

Please sign in to comment.