Skip to content

Commit

Permalink
Merge pull request #877 from ruby/update-actions
Browse files Browse the repository at this point in the history
Use actions/checkout@v3
  • Loading branch information
hsbt committed Mar 24, 2022
2 parents 2325a3b + 9d19629 commit 32aca21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- { ruby: 'jruby-9.2.19.0', os: 'ubuntu-latest' }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 32aca21

Please sign in to comment.