We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9ecf2 commit 6968945Copy full SHA for 6968945
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout code
18
uses: actions/checkout@v2
19
- name: Setup Ruby
20
- uses: actions/setup-ruby@v1
+ uses: ruby/setup-ruby@v1
21
with:
22
ruby-version: '3.0.2'
23
- name: Enable bundler cache
0 commit comments