File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 cache :
99 runs-on : " runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/disk=large"
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 with :
1313 ref : ${{ github.event.pull_request.head.sha }}
1414 - name : Setup Anaconda
Original file line number Diff line number Diff line change 66 preview :
77 runs-on : " runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/disk=large"
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010 with :
1111 ref : ${{ github.event.pull_request.head.sha }}
1212 - name : Setup Anaconda
Original file line number Diff line number Diff line change 77 image : docker://us-docker.pkg.dev/colab-images/public/runtime:latest
88 options : --gpus all
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 ref : ${{ github.event.pull_request.head.sha }}
1313 # Install build software
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@v4
16+ uses : actions/checkout@v5
1717 with :
1818 ref : gh-pages
1919 - name : Link Checker
Original file line number Diff line number Diff line change 99 runs-on : " runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/disk=large"
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