File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
11
11
- name : urls-checker
12
12
uses : urlstechie/urlchecker-action@master
13
13
with :
Original file line number Diff line number Diff line change 17
17
build :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
21
21
- name : Set up Python 3.8
22
22
uses : actions/setup-python@v4
23
23
with :
Original file line number Diff line number Diff line change 23
23
deploy :
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
27
27
- name : Set up Python
28
28
uses : actions/setup-python@v4
29
29
with :
Original file line number Diff line number Diff line change 23
23
deploy :
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
27
27
- name : Set up Python
28
28
uses : actions/setup-python@v4
29
29
with :
You can’t perform that action at this time.
0 commit comments