File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v6
12+ uses : actions/checkout@v7
1313 with :
1414 fetch-depth : 0
1515 - name : Setup Anaconda
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - name : Checkout
8- uses : actions/checkout@v6
8+ uses : actions/checkout@v7
99 with :
1010 fetch-depth : 0
1111 - name : Setup Anaconda
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@v6
10+ - uses : actions/checkout@v7
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 1313 steps :
1414 # Checkout the live site (html)
1515 - name : Checkout
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717 with :
1818 ref : gh-pages
1919 - name : Link Checker
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v6
12+ uses : actions/checkout@v7
1313 with :
1414 fetch-depth : 0
1515 - name : Setup Anaconda
You can’t perform that action at this time.
0 commit comments