Skip to content

Commit

Permalink
GHA: Bump ruby to 3.3 and checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed Sep 30, 2024
1 parent e5c2653 commit 8771acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
Expand Down

0 comments on commit 8771acd

Please sign in to comment.