File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 author : ${{ steps.extract.outputs.author }}
2323 signature : ${{ steps.extract.outputs.signature }}
2424 steps :
25- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
25+ - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
2626 - name : Extract necessary build info
2727 id : extract
2828 run : |
4848 runs-on : macos-latest
4949
5050 steps :
51- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
51+ - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
5252 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5353 with :
5454 python-version-file : " pyproject.toml"
9494 runs-on : ubuntu-latest
9595
9696 steps :
97- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
97+ - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
9898 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
9999 with :
100100 python-version-file : " pyproject.toml"
@@ -139,7 +139,7 @@ jobs:
139139 runs-on : windows-latest
140140
141141 steps :
142- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
142+ - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
143143 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
144144 with :
145145 python-version-file : " pyproject.toml"
Original file line number Diff line number Diff line change 1313 check :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
16+ - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
1717 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1818 with :
1919 python-version-file : " pyproject.toml"
Original file line number Diff line number Diff line change 1919 DISPLAY : " :99.0"
2020 runs-on : ${{ matrix.os }}
2121 steps :
22- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
22+ - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
2323 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2424 with :
2525 python-version-file : " pyproject.toml"
You can’t perform that action at this time.
0 commit comments