Skip to content

Commit 3da987e

Browse files
authored
Merge pull request #748 from hwakabh/main
2 parents 3fd9f83 + 38681b9 commit 3da987e

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
token_format: access_token
6161

6262
# https://github.com/google-github-actions/deploy-cloudrun
63-
- uses: 'google-github-actions/deploy-cloudrun@v2'
63+
- uses: 'google-github-actions/deploy-cloudrun@v3'
6464
with:
6565
image: 'us-central1-docker.pkg.dev/hwakabh-dev/ghcr/hwakabh/gh-pages-api:latest'
6666
service: 'gh-pages-api-server'

.github/workflows/cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
close-issues:
3939
runs-on: ubuntu-24.04
4040
steps:
41-
- uses: actions/stale@v9
41+
- uses: actions/stale@v10
4242
with:
4343
repo-token: ${{ secrets.GITHUB_TOKEN }}
4444
stale-issue-message: "This issue is stale because it has been open for 14 days with no activity."

.github/workflows/frontend.yaml

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

2222
# https://github.com/actions/setup-node
2323
- name: Setup node.js environment
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v5
2525
with:
2626
node-version: 20
2727

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# https://github.com/dorny/paths-filter
3232

3333
- name: Setup node.js environment
34-
uses: actions/setup-node@v4
34+
uses: actions/setup-node@v5
3535
with:
3636
node-version: 22.12.0
3737

@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/checkout@v5
7474

7575
- name: Setup node.js environment
76-
uses: actions/setup-node@v4
76+
uses: actions/setup-node@v5
7777
with:
7878
node-version: 22.12.0
7979

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# -d '{"assignees":["hwakabh"]}'
3535

3636
- name: Label to PR
37-
uses: actions/labeler@v5
37+
uses: actions/labeler@v6
3838
with:
3939
repo-token: "${{ secrets.GITHUB_TOKEN }}"
4040
sync-labels: true

api-server/package-lock.json

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

api-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"cookie-parser": "~1.4.7",
1717
"cors": "^2.8.5",
1818
"express": "~5.1.0",
19-
"express-rate-limit": "^8.0.1",
19+
"express-rate-limit": "^8.1.0",
2020
"helmet": "^8.1.0",
2121
"http-errors": "~2.0.0",
2222
"jsdom": "^26.1.0",

0 commit comments

Comments
 (0)