Skip to content

Commit

Permalink
Update awesomebot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kakoni committed Jul 25, 2023
1 parent 60cf75a commit 8f2bc2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/awesomebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
- master
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Install Awesome Bot
Expand Down

0 comments on commit 8f2bc2d

Please sign in to comment.