Skip to content

Commit

Permalink
Merge pull request #73 from ruby/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
hsbt authored Mar 25, 2022
2 parents edfd4cc + 416bd22 commit 93a02d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
gem install bundler --no-document
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
ruby: [ head, 3.1, 2.7, 2.6 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
ruby: [ 'mingw', 'mswin', '2.7', '2.6' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up Ruby
Expand Down

0 comments on commit 93a02d4

Please sign in to comment.