File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 os :
1616 - ubuntu-latest
1717 - windows-latest
18- - macos-10.15
1918 - macos-11
19+ - macos-12
2020 python-version :
2121 - ' 3.10'
2222 - ' 3.9'
2929 - ' true'
3030 - ' false'
3131 steps :
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v3
3333 - uses : ./
3434 if : |
3535 !(matrix.with-homebrew == 'true' && runner.os != 'macOS' ||
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ runs:
5959 echo "PYTHON=python${PV%%.*}" >> $GITHUB_ENV
6060 - name : Checkout
6161 if : inputs.checkout == 'true'
62- uses : actions/checkout@v2
62+ uses : actions/checkout@v3
6363 - name : Setup Python
6464 if : inputs.install-python == 'true' && (runner.os != 'macOS' || inputs.homebrew-python != 'true')
65- uses : actions/setup-python@v2
65+ uses : actions/setup-python@v4
6666 with :
6767 python-version : ' ${{ inputs.python-version }}'
6868 architecture : ' ${{ inputs.architecture }}'
You can’t perform that action at this time.
0 commit comments