Skip to content

Commit 615bd64

Browse files
Merge branch 'ruby-matrix-upgrade'
2 parents c1b77e3 + 5ac1f5a commit 615bd64

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ jobs:
2020
matrix:
2121
ruby_version:
2222
- 2.5
23-
- 2.7
24-
- 3.1
23+
- 3.2
24+
- 3.3
25+
- 3.4
2526
jekyll_version:
2627
- "~> 4.0"
2728
steps:
28-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
2930
with:
3031
fetch-depth: 5
3132
- name: "Set up Ruby ${{ matrix.ruby_version }}"
@@ -49,7 +50,7 @@ jobs:
4950
jekyll_version:
5051
- "~> 3.9"
5152
steps:
52-
- uses: actions/checkout@v2
53+
- uses: actions/checkout@v4
5354
with:
5455
fetch-depth: 5
5556
- name: "Set up Ruby ${{ matrix.ruby_version }}"
@@ -70,7 +71,7 @@ jobs:
7071
ruby_version:
7172
- 2.5
7273
steps:
73-
- uses: actions/checkout@v2
74+
- uses: actions/checkout@v4
7475
with:
7576
fetch-depth: 5
7677
- name: "Set up Ruby ${{ matrix.ruby_version }}"
@@ -91,7 +92,7 @@ jobs:
9192
ruby_version:
9293
- 2.5
9394
steps:
94-
- uses: actions/checkout@v2
95+
- uses: actions/checkout@v4
9596
with:
9697
fetch-depth: 5
9798
- name: "Set up Ruby ${{ matrix.ruby_version }}"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
ruby_version:
19-
- 2.7
19+
- 3.2
2020
steps:
2121
- name: Checkout Repository
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
- name: "Set up Ruby ${{ matrix.ruby_version }}"
2424
uses: ruby/setup-ruby@v1
2525
with:

.github/workflows/third-party.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
ruby_version:
18-
- 2.7
18+
- 3.2
1919
jekyll_version:
2020
- "~> 4.0"
2121
- "~> 3.9"
@@ -27,18 +27,18 @@ jobs:
2727
JEKYLL_VERSION: ${{ matrix.jekyll_version }}
2828
steps:
2929
- name: Checkout Jekyll SEO Tag
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 5
3333
path: jekyll-seo-tag
3434
- name: Checkout Third-Party Repository (WITHOUT SEO Tag)
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v4
3636
with:
3737
repository: ashmaroli/tomjoht.github.io
3838
ref: "no-seo-tag"
3939
path: alpha-sandbox
4040
- name: Checkout Same Third-Party Repository (WITH SEO Tag)
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v4
4242
with:
4343
repository: ashmaroli/tomjoht.github.io
4444
ref: "seo-tag"

0 commit comments

Comments
 (0)