Skip to content

Commit

Permalink
CI: bump actions/checkout from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 21, 2024
1 parent ba7d0d3 commit 0deffaa
Showing 1 changed file with 1 addition 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:
matrix:
ruby: [ '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'jruby', 'truffleruby' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 0deffaa

Please sign in to comment.