Skip to content

Commit 94f22e7

Browse files
committed
Fix warning for github build
* Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. * also remove support for obsolete Ruby 2.7
1 parent 40c9f7a commit 94f22e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: [2.7, 3.1, 3.3]
17+
ruby: [3.1, 3.3]
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: Set up Ruby
2222
uses: ruby/setup-ruby@v1
2323
with:

0 commit comments

Comments
 (0)