From efb69aaab363715102981bcab849697432993c5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:24:01 +0000 Subject: [PATCH] chore(deps): update peaceiris/workflows action to v0.21.1 --- .github/workflows/actionlint.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/renovate-helper.yml | 4 ++-- .github/workflows/test.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 25cb5ad5..45673f90 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -12,4 +12,4 @@ on: jobs: actionlint: - uses: peaceiris/workflows/.github/workflows/actionlint.yml@v0.20.0 + uses: peaceiris/workflows/.github/workflows/actionlint.yml@v0.21.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5373eca5..18b485ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,11 +24,11 @@ jobs: with: fetch-depth: 0 - - uses: peaceiris/workflows/setup-node@v0.19.1 + - uses: peaceiris/workflows/setup-node@v0.21.1 with: node-version-file: ".nvmrc" - - uses: peaceiris/workflows/setup-git@v0.19.1 + - uses: peaceiris/workflows/setup-git@v0.21.1 - run: npm ci diff --git a/.github/workflows/renovate-helper.yml b/.github/workflows/renovate-helper.yml index 58d1d12d..99603c26 100644 --- a/.github/workflows/renovate-helper.yml +++ b/.github/workflows/renovate-helper.yml @@ -18,9 +18,9 @@ jobs: with: fetch-depth: 0 - - uses: peaceiris/workflows/setup-git@v0.19.1 + - uses: peaceiris/workflows/setup-git@v0.21.1 - - uses: peaceiris/workflows/setup-node@v0.19.1 + - uses: peaceiris/workflows/setup-node@v0.21.1 with: node-version-file: ".nvmrc" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9fb7bb5..810de02f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: peaceiris/workflows/setup-node@v0.19.1 + - uses: peaceiris/workflows/setup-node@v0.21.1 with: node-version-file: '.nvmrc'