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 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
19+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2020 with :
2121 python-version : " 3.12"
2222 - name : Ruff Format and Lint Check
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020 with :
2121 fetch-depth : 0 # fetch all commits/branches
22- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
22+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2323 with :
2424 python-version : 3.x
2525 - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020 - name : Set up Python
21- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
21+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2222 with :
2323 python-version : " 3.x"
2424 - name : Install build and publish dependencies
Original file line number Diff line number Diff line change 5353 if : steps.check-if-scenarios-or-src-changed.outputs.run_tests != 'false'
5454 run : pipx install poetry
5555 id : setup-poetry
56- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
56+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
5757 if : steps.check-if-scenarios-or-src-changed.outputs.run_tests != 'false'
5858 with :
5959 python-version : " 3.12"
You can’t perform that action at this time.
0 commit comments