Skip to content

Commit

Permalink
fix ci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhahn committed Nov 11, 2024
1 parent 833fdb9 commit b54cc4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ymlfile: ["environment.yml"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: false # does not work with self-hosted testdata
- name: Checkout test data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ymlfile: ["environment_win.yml"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: false # does not work with self-hosted testdata
- name: Checkout test data
Expand Down

0 comments on commit b54cc4e

Please sign in to comment.