File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9494 echo "release=${imagename##*-}" >> $GITHUB_ENV
9595
9696 - name : Setup python environment
97- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
97+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
9898 id : setup-python
9999 with :
100100 python-version : ' 3.11'
Original file line number Diff line number Diff line change 3737 steps :
3838 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3939 - run : pipx install poetry==1.7.1 && poetry self add 'poetry-dynamic-versioning[plugin]'
40- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
40+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
4141 with :
4242 python-version-file : python/${{ matrix.project }}/pyproject.toml
4343 cache : " poetry"
Original file line number Diff line number Diff line change 3434 with :
3535 files : docs
3636 config_file : .markdownlint.yml
37- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
37+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
3838 with :
3939 python-version : 3.x
4040 cache : pip
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
17+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
1818 id : setup-python
1919 with :
2020 python-version : ' 3.11'
You can’t perform that action at this time.
0 commit comments