Skip to content

Commit

Permalink
Merge pull request #2502 from jdufresne/checkout
Browse files Browse the repository at this point in the history
Update actions/checkout version in GitHub actions
  • Loading branch information
koic authored Jun 25, 2022
2 parents 1f5af81 + 829cce4 commit 8c288ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: RuboCop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
Expand All @@ -44,7 +44,7 @@ jobs:
- truffleruby-head
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 8c288ca

Please sign in to comment.