File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
15
15
- name : Set up Python
16
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
16
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
17
17
with :
18
18
python-version : " 3.13.0"
19
19
- name : Install publish dependencies
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
14
14
- name : Set up Python ${{ matrix.python-version }}
15
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
15
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
16
16
with :
17
17
python-version : ${{ matrix.python-version }}
18
18
- name : Install test dependencies
You can’t perform that action at this time.
0 commit comments