File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 steps :
3838 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
40+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 - name : Install Hatch
Original file line number Diff line number Diff line change 3737 path : testing-sdk
3838
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
40+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343
8686 path : testing-sdk
8787
8888 - name : Set up Python 3.13
89- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
89+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
9090 with :
9191 python-version : ' 3.13'
9292
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
25- - uses : actions/setup-python@v5
25+ - uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.11"
2828 - name : Install Hatch
3434 hatch build
3535
3636 - name : Upload distributions
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v5
3838 with :
3939 name : release-dists
4040 path : dist/
6060
6161 steps :
6262 - name : Retrieve release distributions
63- uses : actions/download-artifact@v4
63+ uses : actions/download-artifact@v6
6464 with :
6565 name : release-dists
6666 path : dist/
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
25+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 - name : Install Hatch
You can’t perform that action at this time.
0 commit comments