Skip to content

Commit

Permalink
Merge pull request #1 from yoshoku/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
yoshoku authored Oct 9, 2023
2 parents 0dc069b + d63775a commit f93ed98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
ruby: [ '3.0', '3.1', '3.2' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand All @@ -28,7 +28,7 @@ jobs:
matrix:
ruby: [ '3.0', '3.1', '3.2' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand All @@ -42,7 +42,7 @@ jobs:
matrix:
ruby: [ '3.0', '3.1', '3.2' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install BLAS
run: sudo apt-get install -y libopenblas-dev
- name: Set up Ruby ${{ matrix.ruby }}
Expand Down

0 comments on commit f93ed98

Please sign in to comment.