From d1670b05356bd3a41a6ea52178ec2470a8687498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 05:02:41 +0000 Subject: [PATCH] build(deps): bump peaceiris/workflows from 0.19.2 to 0.20.1 Bumps [peaceiris/workflows](https://github.com/peaceiris/workflows) from 0.19.2 to 0.20.1. - [Release notes](https://github.com/peaceiris/workflows/releases) - [Commits](https://github.com/peaceiris/workflows/compare/v0.19.2...v0.20.1) --- updated-dependencies: - dependency-name: peaceiris/workflows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/release.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7942ff950..396497616 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: permissions: {} steps: - uses: actions/checkout@v4 - - uses: peaceiris/workflows/setup-node@v0.19.2 + - uses: peaceiris/workflows/setup-node@v0.20.1 with: node-version-file: ".nvmrc" cache: "npm" @@ -63,7 +63,7 @@ jobs: with: fetch-depth: 0 - - uses: peaceiris/workflows/setup-hugo@v0.19.2 + - uses: peaceiris/workflows/setup-hugo@v0.20.1 with: node-version: "${{ needs.envs.outputs.NODE_VERSION }}" hugo-version: "${{ needs.envs.outputs.HUGO_VERSION }}" @@ -159,7 +159,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: peaceiris/workflows/setup-hugo@v0.19.2 + - uses: peaceiris/workflows/setup-hugo@v0.20.1 with: node-version: "${{ needs.envs.outputs.NODE_VERSION }}" hugo-version: "${{ needs.envs.outputs.HUGO_VERSION }}" @@ -181,13 +181,13 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: peaceiris/workflows/setup-hugo@v0.19.2 + - uses: peaceiris/workflows/setup-hugo@v0.20.1 with: node-version: "${{ needs.envs.outputs.NODE_VERSION }}" hugo-version: "${{ needs.envs.outputs.HUGO_VERSION }}" extended: true - - uses: peaceiris/workflows/setup-git@v0.19.2 + - uses: peaceiris/workflows/setup-git@v0.20.1 with: flags: "--global" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05d57caf9..d2020b812 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: token: ${{ steps.app.outputs.token }} fetch-depth: 0 - - uses: peaceiris/workflows/setup-git@v0.19.2 + - uses: peaceiris/workflows/setup-git@v0.20.1 - name: Create release env: