Skip to content

Commit 0970802

Browse files
authored
chore: Experimental downgrade of checkout action (googleapis#22390)
1 parent cfbd83a commit 0970802

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/obsolete-library.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
1919
steps:
2020
- name: Checkout repo
21-
uses: actions/checkout@v3
22-
- name: Install Ruby 3.2
21+
uses: actions/checkout@v2
22+
- name: Install Ruby 3.0
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: "3.2"
25+
ruby-version: "3.0"
2626
- name: Install tools
2727
run: |
2828
gem install --no-document toys

0 commit comments

Comments
 (0)