From 6ab72866e1f59c1f9fd9cde2237722a8c8136288 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:50:31 +0000 Subject: [PATCH] chore(deps): update peaceiris/workflows action to v0.21.0 (#117) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peaceiris/workflows](https://redirect.github.com/peaceiris/workflows) | action | minor | `v0.20.1` -> `v0.21.0` | --- ### Release Notes
peaceiris/workflows (peaceiris/workflows) ### [`v0.21.0`](https://redirect.github.com/peaceiris/workflows/releases/tag/v0.21.0): peaceiris/workflows v0.21.0 [Compare Source](https://redirect.github.com/peaceiris/workflows/compare/v0.20.1...v0.21.0) #### What's Changed - feat: add setup-ko by [@​peaceiris](https://redirect.github.com/peaceiris) in [https://github.com/peaceiris/workflows/pull/847](https://redirect.github.com/peaceiris/workflows/pull/847) **Full Changelog**: https://github.com/peaceiris/workflows/compare/v0.20.1...v0.21.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/peaceiris/tss). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc2b2c4..b841d23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 # https://github.com/peaceiris/workflows/blob/main/setup-go/action.yml - - uses: peaceiris/workflows/setup-go@v0.20.1 + - uses: peaceiris/workflows/setup-go@v0.21.0 with: go-version: '${{ env.GO_VERSION }}' @@ -54,7 +54,7 @@ jobs: with: fetch-depth: 0 - - uses: peaceiris/workflows/setup-go@v0.20.1 + - uses: peaceiris/workflows/setup-go@v0.21.0 with: go-version: '${{ env.GO_VERSION }}'