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 15
15
with :
16
16
fetch-depth : 0
17
17
- name : Setup Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
18
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
- name : Run pre-commit (Python ${{ matrix.python-version }})
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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.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