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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
15
15
- name : Set up Python
16
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
16
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
17
17
with :
18
18
python-version : " 3.x"
19
19
- name : Run pre-commit
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
20
20
- name : Set up Python ${{ matrix.python-version }}
21
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
21
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
cache : ' pip'
You can’t perform that action at this time.
0 commit comments