From ed14888a82c739ed52a1f485bc969979194d88b8 Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Tue, 13 Dec 2022 12:33:23 -0800 Subject: [PATCH] update ruby action --- .github/workflows/awesome_bot.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/awesome_bot.yaml b/.github/workflows/awesome_bot.yaml index 5088b21..b15303f 100644 --- a/.github/workflows/awesome_bot.yaml +++ b/.github/workflows/awesome_bot.yaml @@ -14,10 +14,10 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Ruby 2.6 - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6.x + ruby-version: 2.6 - name: Checks run: | gem install awesome_bot - awesome_bot --allow-redirect --request-delay 1 README.md \ No newline at end of file + awesome_bot --allow-redirect --request-delay 1 README.md