Skip to content

Commit 5bff353

Browse files
Bump versions in workflows (#516)
Merge pull request 516
1 parent 1d732cf commit 5bff353

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
ruby_version:
22-
- 2.5
2322
- 2.7
24-
- 3.1
23+
- 3.3
24+
- 3.4
2525
jekyll_version:
2626
- "~> 4.0"
2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 5
3131
- name: "Set up Ruby ${{ matrix.ruby_version }}"
@@ -45,11 +45,11 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
ruby_version:
48-
- 2.5
48+
- 2.7
4949
jekyll_version:
5050
- "~> 3.9"
5151
steps:
52-
- uses: actions/checkout@v2
52+
- uses: actions/checkout@v4
5353
with:
5454
fetch-depth: 5
5555
- name: "Set up Ruby ${{ matrix.ruby_version }}"
@@ -68,9 +68,9 @@ jobs:
6868
fail-fast: false
6969
matrix:
7070
ruby_version:
71-
- 2.5
71+
- 2.7
7272
steps:
73-
- uses: actions/checkout@v2
73+
- uses: actions/checkout@v4
7474
with:
7575
fetch-depth: 5
7676
- name: "Set up Ruby ${{ matrix.ruby_version }}"
@@ -89,9 +89,9 @@ jobs:
8989
fail-fast: false
9090
matrix:
9191
ruby_version:
92-
- 2.5
92+
- 2.7
9393
steps:
94-
- uses: actions/checkout@v2
94+
- uses: actions/checkout@v4
9595
with:
9696
fetch-depth: 5
9797
- name: "Set up Ruby ${{ matrix.ruby_version }}"

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- 2.7
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -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)