Skip to content

Commit

Permalink
chore(deps): update peaceiris/workflows action to v0.21.0 (#117)
Browse files Browse the repository at this point in the history
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

<details>
<summary>peaceiris/workflows (peaceiris/workflows)</summary>

###
[`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)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

- feat: add setup-ko by
[@&#8203;peaceiris](https://redirect.github.com/peaceiris) in
[https://github.com/peaceiris/workflows/pull/847](https://redirect.github.com/peaceiris/workflows/pull/847)

**Full Changelog**:
peaceiris/workflows@v0.20.1...v0.21.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 1b403e1 commit 6ab7286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'

Expand Down Expand Up @@ -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 }}'

Expand Down

0 comments on commit 6ab7286

Please sign in to comment.