Skip to content

Commit 8b07625

Browse files
authored
Merge pull request #1524 from kaki-org/develop
Release 2025-11-23 07:33:13 +0000
2 parents 42f4e4a + e0e9464 commit 8b07625

File tree

7 files changed

+90
-136
lines changed

7 files changed

+90
-136
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
# 5分間のタイムアウトを設定
1616
timeout-minutes: 5
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- run: |
2020
docker run --rm -v "$(pwd):$(pwd)" -w "$(pwd)" rhysd/actionlint:latest

.github/workflows/git-pr-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
create-release-pr:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 0
1515

.github/workflows/main_to_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout main branch
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
ref: main
2020
fetch-depth: 0

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
show-waiting-runner: true
5050
- name: checkout
5151
if: ${{ github.event_name != 'pull_request' }}
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
- name: checkout pr
5454
if: ${{ github.event_name == 'pull_request' }}
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656
with:
5757
ref: ${{ github.event.pull_request.head.sha }}
5858
- name: Setup Ruby version

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GEM
8787
base64 (0.3.0)
8888
bigdecimal (3.3.1)
8989
bindex (0.8.1)
90-
bootsnap (1.18.6)
90+
bootsnap (1.19.0)
9191
msgpack (~> 1.2)
9292
brakeman (7.1.1)
9393
racc
@@ -202,8 +202,8 @@ GEM
202202
mini_magick (4.13.2)
203203
mini_mime (1.1.5)
204204
mini_portile2 (2.8.9)
205-
minitest (5.26.0)
206-
msgpack (1.7.5)
205+
minitest (5.26.1)
206+
msgpack (1.8.0)
207207
multi_json (1.15.0)
208208
multi_xml (0.6.0)
209209
mysql2 (0.5.7)
@@ -368,7 +368,7 @@ GEM
368368
lint_roller (~> 1.1)
369369
rubocop (>= 1.75.0, < 2.0)
370370
rubocop-ast (>= 1.47.1, < 2.0)
371-
rubocop-rails (2.33.4)
371+
rubocop-rails (2.34.0)
372372
activesupport (>= 4.2.0)
373373
lint_roller (~> 1.1)
374374
rack (>= 1.1)
@@ -435,7 +435,7 @@ GEM
435435
unicode-emoji (~> 4.1)
436436
unicode-emoji (4.1.0)
437437
uniform_notifier (1.18.0)
438-
uri (1.0.4)
438+
uri (1.1.1)
439439
useragent (0.16.11)
440440
version_gem (1.1.3)
441441
web-console (4.2.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4444
"@babel/plugin-transform-runtime": "^7.23.2"
4545
},
46-
"packageManager": "pnpm@10.22.0"
46+
"packageManager": "pnpm@10.23.0"
4747
}

0 commit comments

Comments
 (0)