Skip to content

Commit e00102e

Browse files
authored
Merge pull request #53 from yoshoku/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents b9387b2 + 030c8fa commit e00102e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
commitlint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
with:
1111
fetch-depth: 0
1212
- name: Setup Node

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
ruby: [ '3.2', '3.3', '3.4' ]
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- name: Install BLAS and LAPACK
2525
run: sudo apt-get install -y libopenblas-dev liblapacke-dev
2626
- name: Set up Ruby ${{ matrix.ruby }}
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: windows-latest
3535
name: Ruby 3.4 (Windows)
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
- name: Set up Ruby 3.4
3939
uses: ruby/setup-ruby@v1
4040
with:
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: macos-latest
6161
name: Ruby 3.4 (macOS)
6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464
- name: Install OpenBLAS
6565
run: |
6666
brew update

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
name: RuboCop
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Set up Ruby 3.2
1717
uses: ruby/setup-ruby@v1
1818
with:

0 commit comments

Comments
 (0)