Skip to content

Commit b09ca89

Browse files
authored
chore: update ci test step in action (#590)
1 parent ff52b05 commit b09ca89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: "!contains(github.event.head_commit.message, '[skip ci]')"
4343
steps:
4444
- uses: actions/checkout@v2
45-
- uses: actions/setup-ruby@v1
45+
- uses: ruby/setup-ruby@v1
4646
with:
4747
ruby-version: 2.7
4848
- name: Cache gem

0 commit comments

Comments
 (0)