File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 - name : Checkout
2626 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2727 - name : Install Python
28- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
28+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
2929 with :
3030 python-version : " 3.12"
3131 architecture : " x64"
Original file line number Diff line number Diff line change 2323 - name : Checkout
2424 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2525 - name : Install Python ${{ env.python-version }}
26- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
26+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
2727 with :
2828 python-version : ${{ env.python-version }}
2929 architecture : ' x64'
Original file line number Diff line number Diff line change 3232 - name : Checkout
3333 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3434 - name : Set up Python
35- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
35+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
3636 with :
3737 python-version : ${{ env.python-version }}
3838 - name : Set up Node
Original file line number Diff line number Diff line change 2828 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2929
3030 - name : Set up Python
31- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
31+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434
Original file line number Diff line number Diff line change 1818 - name : Checkout
1919 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2020 - name : Set up Python
21- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
21+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
2222 with :
2323 python-version : ' 3.13'
2424 - name : Lint with Pre-commit
You can’t perform that action at this time.
0 commit comments