We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbd83a commit 0970802Copy full SHA for 0970802
.github/workflows/obsolete-library.yml
@@ -18,11 +18,11 @@ jobs:
18
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
19
steps:
20
- name: Checkout repo
21
- uses: actions/checkout@v3
22
- - name: Install Ruby 3.2
+ uses: actions/checkout@v2
+ - name: Install Ruby 3.0
23
uses: ruby/setup-ruby@v1
24
with:
25
- ruby-version: "3.2"
+ ruby-version: "3.0"
26
- name: Install tools
27
run: |
28
gem install --no-document toys
0 commit comments