Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 033477a

Browse files
authored
Merge pull request #332 from takkii/develop
Update.
2 parents 6e3447e + 0009bab commit 033477a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/minitest_on_pr_merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ruby-version: ['3.0.5', '3.1.3']
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: ${{ matrix.ruby-version }}

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ruby-version: ['3.0.5', '3.1.3']
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- uses: ruby/setup-ruby@v1
2323
with:
2424
ruby-version: ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)