File tree 3 files changed +13
-13
lines changed
3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
fail-fast : false
20
20
matrix :
21
21
ruby_version :
22
- - 2.5
23
22
- 2.7
24
- - 3.1
23
+ - 3.3
24
+ - 3.4
25
25
jekyll_version :
26
26
- " ~> 4.0"
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 5
31
31
- name : " Set up Ruby ${{ matrix.ruby_version }}"
@@ -45,11 +45,11 @@ jobs:
45
45
fail-fast : false
46
46
matrix :
47
47
ruby_version :
48
- - 2.5
48
+ - 2.7
49
49
jekyll_version :
50
50
- " ~> 3.9"
51
51
steps :
52
- - uses : actions/checkout@v2
52
+ - uses : actions/checkout@v4
53
53
with :
54
54
fetch-depth : 5
55
55
- name : " Set up Ruby ${{ matrix.ruby_version }}"
68
68
fail-fast : false
69
69
matrix :
70
70
ruby_version :
71
- - 2.5
71
+ - 2.7
72
72
steps :
73
- - uses : actions/checkout@v2
73
+ - uses : actions/checkout@v4
74
74
with :
75
75
fetch-depth : 5
76
76
- name : " Set up Ruby ${{ matrix.ruby_version }}"
89
89
fail-fast : false
90
90
matrix :
91
91
ruby_version :
92
- - 2.5
92
+ - 2.7
93
93
steps :
94
- - uses : actions/checkout@v2
94
+ - uses : actions/checkout@v4
95
95
with :
96
96
fetch-depth : 5
97
97
- name : " Set up Ruby ${{ matrix.ruby_version }}"
Original file line number Diff line number Diff line change 19
19
- 2.7
20
20
steps :
21
21
- name : Checkout Repository
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v4
23
23
- name : " Set up Ruby ${{ matrix.ruby_version }}"
24
24
uses : ruby/setup-ruby@v1
25
25
with :
Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ jobs:
27
27
JEKYLL_VERSION : ${{ matrix.jekyll_version }}
28
28
steps :
29
29
- name : Checkout Jekyll SEO Tag
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v4
31
31
with :
32
32
fetch-depth : 5
33
33
path : jekyll-seo-tag
34
34
- name : Checkout Third-Party Repository (WITHOUT SEO Tag)
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v4
36
36
with :
37
37
repository : ashmaroli/tomjoht.github.io
38
38
ref : " no-seo-tag"
39
39
path : alpha-sandbox
40
40
- name : Checkout Same Third-Party Repository (WITH SEO Tag)
41
- uses : actions/checkout@v2
41
+ uses : actions/checkout@v4
42
42
with :
43
43
repository : ashmaroli/tomjoht.github.io
44
44
ref : " seo-tag"
You can’t perform that action at this time.
0 commit comments