File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 runs-on : windows-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : Setup Anaconda
1515 uses : conda-incubator/setup-miniconda@v3
1616 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 - name : Setup Anaconda
1313 uses : conda-incubator/setup-miniconda@v3
1414 with :
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - name : Checkout
8- uses : actions/checkout@v4
8+ uses : actions/checkout@v5
99 - name : Setup Anaconda
1010 uses : conda-incubator/setup-miniconda@v3
1111 with :
Original file line number Diff line number Diff line change 55 runs-on : windows-latest
66 steps :
77 - name : Checkout
8- uses : actions/checkout@v4
8+ uses : actions/checkout@v5
99 - name : Setup Anaconda
1010 uses : conda-incubator/setup-miniconda@v3
1111 with :
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - name : Checkout
8- uses : actions/checkout@v4
8+ uses : actions/checkout@v5
99 - name : Setup Anaconda
1010 uses : conda-incubator/setup-miniconda@v3
1111 with :
Original file line number Diff line number Diff line change 77 container :
88 image : us-docker.pkg.dev/colab-images/public/runtime:latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 ref : ${{ github.event.pull_request.head.sha }}
1313 - name : Check for dockerenv file
Original file line number Diff line number Diff line change 1616 python-version : ["3.12"]
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 - name : Setup Anaconda
2121 uses : conda-incubator/setup-miniconda@v3
2222 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : Setup Anaconda
1414 uses : conda-incubator/setup-miniconda@v3
1515 with :
You can’t perform that action at this time.
0 commit comments