Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 29, 2022
1 parent 79589f9 commit c68d489
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# - runs-on: ubuntu-latest
# ruby-version: truffleruby
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
Expand All @@ -44,7 +44,7 @@ jobs:
- "3.0"
- head
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
Expand All @@ -62,7 +62,7 @@ jobs:
name: "Document"
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 @@ -72,7 +72,7 @@ jobs:
- name: Build document
run: |
bundle exec rake warning:error rdoc
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: |
github.event_name == 'push'
with:
Expand Down

0 comments on commit c68d489

Please sign in to comment.