diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 171f86d..99cbd4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,11 +26,11 @@ jobs: with: fetch-depth: 0 - - uses: peaceiris/workflows/setup-node@v0.21.2 + - uses: peaceiris/workflows/setup-node@v0.21.3 with: node-version-file: '.nvmrc' - - uses: peaceiris/workflows/setup-git@v0.21.2 + - uses: peaceiris/workflows/setup-git@v0.21.3 - name: Create release env: diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 98ca3ba..9b6ce38 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: peaceiris/workflows/setup-node@v0.21.2 + - uses: peaceiris/workflows/setup-node@v0.21.3 with: node-version-file: ".nvmrc" - run: npm ci