Skip to content

Commit 35ba24d

Browse files
committed
Update pipeline dependencies
1 parent 8407c66 commit 35ba24d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
- name: Install Utils
1414
run: sudo apt-get install -y bsdmainutils
1515

16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Set up Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: 3.0
23+
ruby-version: 3.1
2424
bundler-cache: true
2525

2626
- name: Build Book

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Utils
1414
run: sudo apt-get install -y bsdmainutils
1515

16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Ruby
3030
uses: ruby/setup-ruby@v1
3131
with:
32-
ruby-version: 3.0
32+
ruby-version: 3.1
3333
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3434

3535
- name: Build release assets

0 commit comments

Comments
 (0)