From 0c3a364e8f42099844a6d91ef8641de9cb7b837c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Sat, 17 Feb 2024 19:13:45 +0900 Subject: [PATCH] chore: adjustments --- .github/workflows/knip.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/knip.yml b/.github/workflows/knip.yml index bfe3c5aa9..2b67061ce 100644 --- a/.github/workflows/knip.yml +++ b/.github/workflows/knip.yml @@ -10,21 +10,21 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 20.10.x + node-version: 20.10.0 - name: Install toolchain run: npm install -g bun && bun install + - name: Report knip results to pull request uses: Codex-/knip-reporter@v2 with: verbose: true - comment_id: Knip-reporter + comment_id: ${{ github.workflow }}-reporter command_script_name: knip-ci annotations: true ignore_results: false - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file