File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v3
2929
3030 # Initializes the CodeQL tools for scanning.
3131 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : Set up Python 3.7
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v3
2020 with :
2121 python-version : 3.7
2222 - name : Install dependencies
Original file line number Diff line number Diff line change 99 max-parallel : 5
1010
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - name : Set up Python 3.8
14- uses : actions/setup-python@v2
14+ uses : actions/setup-python@v3
1515 with :
1616 python-version : 3.8
1717 - name : Add conda to system path
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : Set up Python
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v3
2020 with :
2121 python-version : ' 3.x'
2222 - name : Install dependencies
Original file line number Diff line number Diff line change 2121 - os : macos-latest
2222 python-version : 3.6
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2525 - name : Set up Python ${{ matrix.python-version }} ${{ matrix.os }}
2626 uses : actions/setup-python@v1
2727 with :
You can’t perform that action at this time.
0 commit comments