From 02f7159a1bda3cd6162ed8f9cbac182a4c63016f Mon Sep 17 00:00:00 2001 From: "K.Utsunomiya" Date: Wed, 5 Nov 2025 17:34:57 +0900 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions=E3=81=AEcheckout=E3=81=A8setup?= =?UTF-8?q?-node=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/packages-codecheck.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/packages-codecheck.yml b/.github/workflows/packages-codecheck.yml index 7c75e30..351e10f 100644 --- a/.github/workflows/packages-codecheck.yml +++ b/.github/workflows/packages-codecheck.yml @@ -18,10 +18,10 @@ jobs: code-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-tags: "false" - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version-file: ".node-version" cache: "npm" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 219820d..a058cbe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,11 +47,11 @@ jobs: # npm tokenを取得する場合に必要 (publish provenance を有効) id-token: write steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-tags: "false" - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version-file: ".node-version" cache: "npm"