Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
ci: use the correct action for ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Apr 29, 2024
1 parent ec50a5d commit b184a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'

Expand Down

0 comments on commit b184a52

Please sign in to comment.