Skip to content

Commit

Permalink
chore(deps): update peaceiris/workflows action to v0.19.1 (#615)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [peaceiris/workflows](https://togithub.com/peaceiris/workflows) |
action | minor | `v0.18.1` -> `v0.19.1` |

---

### Release Notes

<details>
<summary>peaceiris/workflows</summary>

###
[`v0.19.1`](https://togithub.com/peaceiris/workflows/releases/tag/v0.19.1):
peaceiris/workflows v0.19.1

[Compare
Source](https://togithub.com/peaceiris/workflows/compare/v0.19.0...v0.19.1)

**Full Changelog**:
peaceiris/workflows@v0.19.0...v0.19.1

###
[`v0.19.0`](https://togithub.com/peaceiris/workflows/releases/tag/v0.19.0):
peaceiris/workflows v0.19.0

[Compare
Source](https://togithub.com/peaceiris/workflows/compare/v0.18.1...v0.19.0)

##### What's Changed

- chore(deps): update dependency peaceiris/workflows to v0.18.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/peaceiris/workflows/pull/16](https://togithub.com/peaceiris/workflows/pull/16)

**Full Changelog**:
peaceiris/workflows@v0.18.1...v0.19.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10:30 before 18:00 every
weekday except after 13:00 before 14:00" in timezone Asia/Tokyo,
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/peaceiris/hugo-theme-iris).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuODQuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2023
1 parent 626c1f6 commit 3be23c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
fetch-depth: 0

- uses: peaceiris/workflows/setup-hugo@v0.18.1
- uses: peaceiris/workflows/setup-hugo@v0.19.1
with:
node-version: "${{ needs.envs.outputs.NODE_VERSION }}"
hugo-version: "${{ needs.envs.outputs.HUGO_VERSION }}"
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: peaceiris/workflows/setup-hugo@v0.18.1
- uses: peaceiris/workflows/setup-hugo@v0.19.1
with:
node-version: "${{ needs.envs.outputs.NODE_VERSION }}"
hugo-version: "${{ needs.envs.outputs.HUGO_VERSION }}"
Expand All @@ -184,13 +184,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: peaceiris/workflows/setup-hugo@v0.18.1
- uses: peaceiris/workflows/setup-hugo@v0.19.1
with:
node-version: "${{ needs.envs.outputs.NODE_VERSION }}"
hugo-version: "${{ needs.envs.outputs.HUGO_VERSION }}"
extended: true

- uses: peaceiris/workflows/setup-git@v0.18.1
- uses: peaceiris/workflows/setup-git@v0.19.1
with:
flags: "--global"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0

- uses: peaceiris/workflows/setup-git@v0.18.1
- uses: peaceiris/workflows/setup-git@v0.19.1

- name: Create release
env:
Expand Down

0 comments on commit 3be23c3

Please sign in to comment.