Skip to content

Commit c4da1d6

Browse files
authored
Merge pull request #838 from hwakabh/main
chore(release): 2025-11-24 16:18:59 +0900
2 parents e4d5227 + 02eb1c0 commit c4da1d6

File tree

13 files changed

+105
-82
lines changed

13 files changed

+105
-82
lines changed

.github/workflows/backend.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
# https://github.com/docker/login-action#github-container-registry
3232
- name: Login to GHCR
@@ -38,7 +38,7 @@ jobs:
3838

3939
# https://github.com/buildpacks/github-actions#setup-pack-cli-action
4040
- name: Install pack
41-
uses: buildpacks/github-actions/setup-pack@v5.9.6
41+
uses: buildpacks/github-actions/setup-pack@v5.9.7
4242

4343
# Google Cloud buildpacks
4444
# https://cloud.google.com/docs/buildpacks/builders

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: Initialize CodeQL
3232
uses: github/codeql-action/init@v4

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Push tag to remote
2020
id: fetch-latest-tag

.github/workflows/frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
# https://github.com/actions/setup-node
2323
- name: Setup node.js environment

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424

.github/workflows/sync-commit-diffs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# https://github.com/actions/checkout
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
# https://github.com/technote-space/pr-commit-body-action/tree/main
2020
- name: Pull Request Body

.github/workflows/test-and-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Filter Path
2727
uses: dorny/paths-filter@v3
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Checkout
73-
uses: actions/checkout@v5
73+
uses: actions/checkout@v6
7474

7575
- name: Setup node.js environment
7676
uses: actions/setup-node@v6
@@ -87,7 +87,7 @@ jobs:
8787
# Run only for Backend
8888
- name: Install pack
8989
if: steps.filter.outputs.api == 'true'
90-
uses: buildpacks/github-actions/setup-pack@v5.9.6
90+
uses: buildpacks/github-actions/setup-pack@v5.9.7
9191

9292
- name: Build Express App
9393
if: steps.filter.outputs.api == 'true'

.github/workflows/triage-issues.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Assign author to issue
2323
if: github.event.action == 'opened'
@@ -40,10 +40,10 @@ jobs:
4040
runs-on: ubuntu-24.04
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444

4545
- name: Check Issue Title
46-
uses: hwakabh/semantic-issue-action@v0.6.1
46+
uses: hwakabh/semantic-issue-action@v0.6.2
4747
with:
4848
repo: 'hwakabh/hwakabh.github.io'
4949
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/triage-pull-requests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
# - name: Assign author to PR
1919
# if: github.event.action == 'opened'

api-server/package-lock.json

Lines changed: 38 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)