Skip to content

Commit

Permalink
update checkout actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed May 30, 2024
1 parent 0685476 commit 206db1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: ${{matrix.pre-dep}}

- name: checkout main repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
lfs: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
python-version: '3.12'

- name: checkout main repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
lfs: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
#toolset: 14.34

- name: checkout main repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
lfs: false
Expand Down

0 comments on commit 206db1b

Please sign in to comment.