Skip to content

Commit 84eedb0

Browse files
committed
Uses current ruby setup action in CI
1 parent e83f5e6 commit 84eedb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/interpreter-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: "lts/Hydrogen"
2525
- name: Set up Ruby
26-
uses: actions/setup-ruby@v1
26+
uses: ruby/setup-ruby@v1
2727
with:
2828
ruby-version: "3.4"
2929

0 commit comments

Comments
 (0)