Skip to content

Commit

Permalink
update checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Jan 26, 2024
1 parent c5390d7 commit e9be587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ on:
required: false
jobs:
build_test_deploy:
runs-on: ${{ inputs.RUNS_ON }}
runs-on: [${{ inputs.RUNS_ON }}]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
submodules: true
lfs: ${{ inputs.BUILD_TYPE == 'integrated_tests' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# The TPL tag is contained in the codespaces configuration to avoid duplications.
- name: Checkout .devcontainer/devcontainer.json
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
sparse-checkout: |
.devcontainer/devcontainer.json
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
# The integrated test submodule repository contains large data (using git lfs).
# To save time (and money) we do not let Github Actions automatically clone all our (lfs) subrepositories and do it by hand.
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
# Let script update submodules; Github Actions submodule history causes error
submodules: false
Expand Down

0 comments on commit e9be587

Please sign in to comment.