Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/deploy_wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
fetch-depth: 0 # Not needed if lastUpdated is not enabled

- name: Setup Bun
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
with:
bun-version: 1.3.10
bun-version: 1.3.11

- name: Setup Pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_required_labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
with:
configuration-path: .github/labeler.yaml
- name: Check for Merge-Blocking Labels # blocks merge if present
uses: mheap/github-action-required-labels@8afbe8ae6ab7647d0c9f0cfa7c2f939650d22509 # 5.5.1
uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # 5.5.2
with:
mode: exactly
count: 0
labels: 'status: do not merge'
exit_type: failure

- name: Check for Required Labels # require at least one of these labels
uses: mheap/github-action-required-labels@8afbe8ae6ab7647d0c9f0cfa7c2f939650d22509 # 5.5.1
uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # 5.5.2
with:
mode: minimum
count: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

# if there are no changes in src/ or Gradle, skip the tests.
- name: Check for changes in src and gradle files
uses: dorny/paths-filter@668c092af3649c4b664c54e4b704aa46782f6f7c
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
id: filter # このステップの出力を後で参照できるようにidを設定
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# if there are no changes in src/ or Gradle, skip the tests.
- name: Check for changes in src and gradle files
uses: dorny/paths-filter@668c092af3649c4b664c54e4b704aa46782f6f7c
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
id: filter # このステップの出力を後で参照できるようにidを設定
with:
filters: |
Expand Down