Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
ruby: [ '3.2', '3.3', '3.4' ]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install BLAS and LAPACK
run: sudo apt-get install -y libopenblas-dev liblapacke-dev
- name: Set up Ruby ${{ matrix.ruby }}
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: windows-latest
name: Ruby 3.4 (Windows)
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Ruby 3.4
uses: ruby/setup-ruby@v1
with:
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: macos-latest
name: Ruby 3.4 (macOS)
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install OpenBLAS
run: |
brew update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
name: RuboCop
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
Expand Down