Skip to content

Commit 1ac2d9c

Browse files
authored
Merge branch 'master' into oss-fuzz_yajl-ruby
2 parents f8d02e0 + dcf1150 commit 1ac2d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
name: Test on Ruby ${{ matrix.ruby_version }}
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Setup Ruby ${{ matrix.ruby_version }}
16-
uses: actions/setup-ruby@v1
16+
uses: ruby/setup-ruby@v1
1717
with:
1818
ruby-version: ${{ matrix.ruby_version }}
1919
- name: Install dependencies

0 commit comments

Comments
 (0)