File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1313
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Setup Miniconda
1818 uses : conda-incubator/setup-miniconda@v3.2.0
1919 with :
Original file line number Diff line number Diff line change 1313
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Setup Miniconda
1818 uses : conda-incubator/setup-miniconda@v3.2.0
1919 with :
Original file line number Diff line number Diff line change 4444 ports :
4545 - 27017:27017
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 with :
4949 fetch-depth : 0
5050 - name : Setup Miniconda
Original file line number Diff line number Diff line change 1111 fail-fast : false
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 submodules : true
1717 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 matrix :
1919 python-version : ['3.11', '3.12']
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424 - uses : conda-incubator/setup-miniconda@v3.2.0
You can’t perform that action at this time.
0 commit comments