Skip to content

Commit

Permalink
chore(deps): update actions/configure-pages action to v5 (#155)
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 |
|---|---|---|---|
|
[actions/configure-pages](https://togithub.com/actions/configure-pages)
| action | major | `v4.0.0` -> `v5.0.0` |

---

### Release Notes

<details>
<summary>actions/configure-pages (actions/configure-pages)</summary>

###
[`v5.0.0`](https://togithub.com/actions/configure-pages/releases/tag/v5.0.0)

[Compare
Source](https://togithub.com/actions/configure-pages/compare/v4.0.0...v5.0.0)

### Breaking Changes

:warning: This version contains breaking changes! :warning:

- When using the [input param `static_site_generator:
next`](https://togithub.com/actions/configure-pages/blob/983d7736d9b0ae728b81ab479565c72886d7745b/action.yml#L7-L10):
    -   Added support for Next.js >= 13.3.0
    -   Consequently, also dropped support for Next.js < 13.3.0

### Full Changelog

- Attempt to auto-detect configuration files with varying file
extensions [@&#8203;JamesMGreene](https://togithub.com/JamesMGreene)
([#&#8203;139](https://togithub.com/actions/configure-pages/issues/139))
- Convert errors into Actions-compatible logging with annotations
[@&#8203;JamesMGreene](https://togithub.com/JamesMGreene)
([#&#8203;138](https://togithub.com/actions/configure-pages/issues/138))
- Bump [@&#8203;actions/github](https://togithub.com/actions/github)
from 5.1.1 to 6.0.0
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;123](https://togithub.com/actions/configure-pages/issues/123))
- Bump the non-breaking-changes group with 2 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;136](https://togithub.com/actions/configure-pages/issues/136))
- Update the Next.js configuration for v14
[@&#8203;JamesMGreene](https://togithub.com/JamesMGreene)
([#&#8203;137](https://togithub.com/actions/configure-pages/issues/137))
- Bump the non-breaking-changes group with 3 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;132](https://togithub.com/actions/configure-pages/issues/132))
- Bump release-drafter/release-drafter from 5 to 6
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;133](https://togithub.com/actions/configure-pages/issues/133))
- Bump github/codeql-action from 2 to 3
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;127](https://togithub.com/actions/configure-pages/issues/127))
- Bump actions/checkout from 3 to 4
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;120](https://togithub.com/actions/configure-pages/issues/120))
- Bump actions/setup-node from 3 to 4
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;118](https://togithub.com/actions/configure-pages/issues/118))
- Bump the non-breaking-changes group with 1 update
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;131](https://togithub.com/actions/configure-pages/issues/131))
- Update Dependabot config to group non-breaking changes
[@&#8203;JamesMGreene](https://togithub.com/JamesMGreene)
([#&#8203;130](https://togithub.com/actions/configure-pages/issues/130))

See details of [all code
changes](https://togithub.com/actions/configure-pages/compare/v4.0.0...v5.0.0)
since previous release.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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://developer.mend.io/github/aenix-io/etcd-operator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent b7038a5 commit 6a188f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fetch-depth: 0
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4.0.0
uses: actions/configure-pages@v5.0.0
- name: Install Node.js dependencies
working-directory: ./site
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
Expand Down

0 comments on commit 6a188f0

Please sign in to comment.