Skip to content

Commit

Permalink
Run action against Ruby 3.3 (#5)
Browse files Browse the repository at this point in the history
Also update checkout action
  • Loading branch information
tagliala committed Aug 26, 2024
1 parent 5645988 commit 8e27cc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 8e27cc5

Please sign in to comment.