From 5161a06975d98ddd098fe9ae327214a1da2a25de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 22:39:37 +0900 Subject: ci: bump peaceiris/workflows from 0.16.0 to 0.17.1 (#576) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 7d17d3ef..b837f567 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: with: fetch-depth: 0 - - uses: peaceiris/workflows/setup-hugo@v0.16.0 + - uses: peaceiris/workflows/setup-hugo@v0.17.1 with: node-version: "${{ needs.envs.outputs.NODE_VERSION }}" go-version: "${{ needs.envs.outputs.GO_VERSION }}" @@ -104,7 +104,7 @@ jobs: permissions: contents: write steps: - - uses: peaceiris/workflows/setup-node@v0.16.0 + - uses: peaceiris/workflows/setup-node@v0.17.1 - name: Install lighthouse run: sudo npm i -g lighthouse @@ -146,7 +146,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: peaceiris/workflows/setup-hugo@v0.16.0 + - uses: peaceiris/workflows/setup-hugo@v0.17.1 with: node-version: "${{ needs.envs.outputs.NODE_VERSION }}" go-version: "${{ needs.envs.outputs.GO_VERSION }}" @@ -169,14 +169,14 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: peaceiris/workflows/setup-hugo@v0.16.0 + - uses: peaceiris/workflows/setup-hugo@v0.17.1 with: node-version: "${{ needs.envs.outputs.NODE_VERSION }}" go-version: "${{ needs.envs.outputs.GO_VERSION }}" hugo-version: "${{ needs.envs.outputs.HUGO_VERSION }}" extended: true - - uses: peaceiris/workflows/setup-git@v0.16.0 + - uses: peaceiris/workflows/setup-git@v0.17.1 with: flags: "--global" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 099b4b6f..6e41926f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - - uses: peaceiris/workflows/setup-git@v0.16.0 + - uses: peaceiris/workflows/setup-git@v0.17.1 - name: Create release env: -- cgit v1.2.3