File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 image : ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-06-py311
1111 options : --gpus all
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 with :
1515 ref : ${{ github.event.pull_request.head.sha }}
1616 - name : Check nvidia drivers
Original file line number Diff line number Diff line change 1414 python-version : ["3.11"]
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818 - uses : conda-incubator/setup-miniconda@v2
1919 with :
2020 auto-update-conda : true
5757 python-version : ["3.11"]
5858 steps :
5959 - name : Checkout
60- uses : actions/checkout@v2
60+ uses : actions/checkout@v4
6161 - uses : conda-incubator/setup-miniconda@v2
6262 with :
6363 auto-update-conda : true
8989 # python-version: ["3.11"]
9090 # steps:
9191 # - name: Checkout
92- # uses: actions/checkout@v2
92+ # uses: actions/checkout@v4
9393 # - uses: conda-incubator/setup-miniconda@v2
9494 # with:
9595 # auto-update-conda: true
Original file line number Diff line number Diff line change 1616 python-version : ["3.11"]
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
2020 - name : Setup Anaconda
2121 uses : conda-incubator/setup-miniconda@v2
2222 with :
Original file line number Diff line number Diff line change 1212 options : --gpus all
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 - name : Install Git (required to commit notebooks)
1717 shell : bash -l {0}
1818 run : apt-get install -y git
You can’t perform that action at this time.
0 commit comments