Skip to content

Commit

Permalink
update: actions/checkout@v4 (#4)
Browse files Browse the repository at this point in the history
* update: actions/checkout@v4

use Node.js 20 as Node.js 16 is end-of-life

* update: Adapt to `OpenStruct` becoming a bundled gem in Ruby 3.5

* fix: add json to gemfile

since this is a gem that depends on the test.
  • Loading branch information
ksaito422 authored Oct 18, 2024
1 parent 6bdfc3b commit 6efc8bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
ruby-version: [2.7, 3.0, 3.1, head]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Ruby
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ gem "rake", "~> 13.0"
gem "test-unit", "~> 3.0"

gem "simplecov", "~> 0.21.2"

gem "json", ">= 2.7.2"

0 comments on commit 6efc8bc

Please sign in to comment.