File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414
1515 - name : Setup Python
1616 uses : actions/setup-python@v6
2929 python-version : [ "3.11", "3.12", "3.13"]
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333
3434 - name : Set up Python ${{ matrix.python-version }}
3535 uses : actions/setup-python@v6
4545 name : Conda build check
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@v5
48+ - uses : actions/checkout@v6
4949
5050 - name : Setup Miniconda
5151 uses : conda-incubator/setup-miniconda@v3
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414
1515 - name : Setup Python
1616 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments