From ab4a54e0788cab765d650877e1a95002db97939b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 10:06:10 +0000 Subject: [PATCH] chore(deps): update peaceiris/workflows action to v0.18.0 (#12) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- setup-go/action.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1245d3c..0bebe88 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.17.2 + - uses: peaceiris/workflows/setup-node@v0.18.0 with: node-version: "16" - - uses: peaceiris/workflows/setup-git@v0.17.2 + - uses: peaceiris/workflows/setup-git@v0.18.0 - name: Create release env: diff --git a/setup-go/action.yml b/setup-go/action.yml index 0ccf4de..32cbdeb 100644 --- a/setup-go/action.yml +++ b/setup-go/action.yml @@ -29,8 +29,8 @@ runs: go-version: "${{ inputs.go-version }}" go-version-file: "${{ inputs.go-version-file }}" - - uses: peaceiris/workflows/setup-mage@v0.14.0 - - uses: peaceiris/workflows/setup-goreleaser@v0.14.0 + - uses: peaceiris/workflows/setup-mage@v0.18.0 + - uses: peaceiris/workflows/setup-goreleaser@v0.18.0 - uses: actions/cache@v3 with: