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