Skip to content

Commit

Permalink
Use checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyMcWho committed Mar 20, 2023
1 parent 45c38c6 commit 0f1298f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
os: [ubuntu, macos]
ruby: ['2.7', '3.0', '3.1', head, debug]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand Down

0 comments on commit 0f1298f

Please sign in to comment.