File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 shell : bash -l {0}
4040
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 - name : Setup conda - Python ${{ matrix.python-version }}
4444 uses : conda-incubator/setup-miniconda@v3
4545 with :
@@ -114,5 +114,5 @@ jobs:
114114 if : contains(github.base_ref, 'develop')
115115 runs-on : ubuntu-latest
116116 steps :
117- - uses : actions/checkout@v5
117+ - uses : actions/checkout@v6
118118 - uses : crate-ci/typos@v1.40.0
Original file line number Diff line number Diff line change 4141 shell : bash -l {0}
4242
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 - name : Setup conda - Python ${{ matrix.python-version }}
4646 uses : conda-incubator/setup-miniconda@v3
4747 with :
@@ -143,5 +143,5 @@ jobs:
143143 if : contains(github.base_ref, 'develop')
144144 runs-on : ubuntu-latest
145145 steps :
146- - uses : actions/checkout@v5
146+ - uses : actions/checkout@v6
147147 - uses : crate-ci/typos@v1.40.0
You can’t perform that action at this time.
0 commit comments