File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
30
30
runs-on : ubuntu-20.04
31
31
steps :
32
32
- name : Checkout Code
33
- uses : actions/checkout@v2.3.3
33
+ uses : actions/checkout@v2.3.4
34
34
with :
35
35
path : this_run
36
36
# Full git history is needed to get a proper list of changed files
37
37
fetch-depth : 0
38
38
- name : Checkout Code
39
39
if : github.event_name == 'pull_request'
40
- uses : actions/checkout@v2.3.3
40
+ uses : actions/checkout@v2.3.4
41
41
with :
42
42
path : original
43
43
ref : main
Original file line number Diff line number Diff line change 32
32
language : ['javascript', 'python']
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v2.3.4
36
36
- name : Set up Python 3.8
37
37
uses : actions/setup-python@v2.2.1
38
38
with :
Original file line number Diff line number Diff line change 43
43
github.event.pull_request.head.repo.full_name == github.repository)
44
44
steps :
45
45
- name : Checkout Branch
46
- uses : actions/checkout@v2.3.3
46
+ uses : actions/checkout@v2.3.4
47
47
- name : Run Image Compression
48
48
id : calibre
49
49
uses : calibreapp/image-actions@main
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-20.04
17
17
steps :
18
18
- name : Checkout Code
19
- uses : actions/checkout@v2.3.3
19
+ uses : actions/checkout@v2.3.4
20
20
with :
21
21
# Full git history is needed to get a proper list of changed files within `super-linter`
22
22
fetch-depth : 0
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-20.04
30
30
steps :
31
31
- name : Checkout branch
32
- uses : actions/checkout@v2.3.3
32
+ uses : actions/checkout@v2.3.4
33
33
- name : Setup Node.js for use with actions
34
34
uses : actions/setup-node@v2.1.5
35
35
with :
Original file line number Diff line number Diff line change 24
24
if : github.repository == 'HTTPArchive/almanac.httparchive.org'
25
25
steps :
26
26
- name : Checkout branch
27
- uses : actions/checkout@v2.3.3
27
+ uses : actions/checkout@v2.3.4
28
28
- name : Set the list of URLs for Lighthouse to check
29
29
run : ./src/tools/scripts/set_lighthouse_urls.sh -p
30
30
- name : Audit URLs using Lighthouse
Original file line number Diff line number Diff line change 29
29
if : github.repository == 'HTTPArchive/almanac.httparchive.org'
30
30
steps :
31
31
- name : Checkout Code
32
- uses : actions/checkout@v2.3.3
32
+ uses : actions/checkout@v2.3.4
33
33
with :
34
34
fetch-depth : 0
35
35
- name : Setup Node.js for use with actions
Original file line number Diff line number Diff line change 16
16
if : github.repository == 'HTTPArchive/almanac.httparchive.org'
17
17
steps :
18
18
- name : Checkout branch
19
- uses : actions/checkout@v2.3.3
19
+ uses : actions/checkout@v2.3.4
20
20
with :
21
21
# Full git history is needed to get a proper list of changed files within `super-linter`
22
22
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments