Skip to content

Commit

Permalink
chore(deps): update jamesives/github-pages-deploy-action action to v4…
Browse files Browse the repository at this point in the history
….5.0 (#5288)

[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[JamesIves/github-pages-deploy-action](https://togithub.com/JamesIves/github-pages-deploy-action)
| action | minor | `v4.4.3` -> `v4.5.0` |

---

### Release Notes

<details>
<summary>JamesIves/github-pages-deploy-action
(JamesIves/github-pages-deploy-action)</summary>

###
[`v4.5.0`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/tag/v4.5.0)

[Compare
Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/v4.4.3...v4.5.0)

#### What's Changed

-   The action is now built and run on Node 20.
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.4.1
to 20.4.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1399
- Bump eslint-plugin-jest from 27.2.2 to 27.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1400
- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1401
- Bump eslint-config-prettier from 8.8.0 to 8.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1405
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.4.2
to 20.4.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1413
- Bump eslint-config-prettier from 8.9.0 to 9.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1410
- Upgrade Node for security by
[@&#8203;nickmccurdy](https://togithub.com/nickmccurdy) in
[JamesIves/github-pages-deploy-action#1437
- doc: `.gitignore` matches not being deployed by
[@&#8203;sgasse](https://togithub.com/sgasse) in
[JamesIves/github-pages-deploy-action#1459
- build(deps): bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1467
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.9 to
20.9.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1474
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1429
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.9.0 to
20.10.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1479

#### New Contributors

- [@&#8203;sgasse](https://togithub.com/sgasse) made their first
contribution in
[JamesIves/github-pages-deploy-action#1459

**Full Changelog**:
JamesIves/github-pages-deploy-action@v4.4.3...v4.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/SAP/ui5-webcomponents-react).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 28, 2023
1 parent 8c8f255 commit 3ca2465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-stable.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
NODE_OPTIONS: '--max-old-space-size=4096'

- name: Deploy Docs
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: .out # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -116,7 +116,7 @@ jobs:
NODE_OPTIONS: '--max-old-space-size=4096'

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: .out # The folder the action should deploy.
Expand Down

0 comments on commit 3ca2465

Please sign in to comment.