Skip to content

Commit

Permalink
Update benc-uk/workflow-dispatch action to v1.2.4 (#1166)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[benc-uk/workflow-dispatch](https://redirect.github.com/benc-uk/workflow-dispatch)
| action | patch | `v1.2.2` -> `v1.2.4` |

---

### Release Notes

<details>
<summary>benc-uk/workflow-dispatch (benc-uk/workflow-dispatch)</summary>

###
[`v1.2.4`](https://redirect.github.com/benc-uk/workflow-dispatch/releases/tag/v1.2.4):
- Summer 2024

[Compare
Source](https://redirect.github.com/benc-uk/workflow-dispatch/compare/v1.2.3...v1.2.4)

##### What's Changed

- Fix issue when a wrong workflowRef is used by
[@&#8203;fffonion](https://redirect.github.com/fffonion) in
[https://github.com/benc-uk/workflow-dispatch/pull/77](https://redirect.github.com/benc-uk/workflow-dispatch/pull/77)
👍
- Internal changes & chores: eslint updated to v9, linting, prettier etc
🥱

##### New Contributors

- [@&#8203;fffonion](https://redirect.github.com/fffonion) made their
first contribution in
[https://github.com/benc-uk/workflow-dispatch/pull/77](https://redirect.github.com/benc-uk/workflow-dispatch/pull/77)
🥳

**Full Changelog**:
benc-uk/workflow-dispatch@v1.2.3...v1.2.4

###
[`v1.2.3`](https://redirect.github.com/benc-uk/workflow-dispatch/releases/tag/v1.2.3):
- 2024 refresh

[Compare
Source](https://redirect.github.com/benc-uk/workflow-dispatch/compare/v1.2.2...v1.2.3)

- Switched action to Node v20 it should stop those nags and warnings
when using the action!
-   Package & dependency update
-   Removed zeit/ncc for vercel/nc

**Full Changelog**:
benc-uk/workflow-dispatch@v1.2.2...v1.2.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "before 4am on Monday" (UTC).

🚦 **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 [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-renovate[bot] authored Nov 27, 2024
1 parent 03a6e61 commit 12ff403
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-bridge-ecosystem-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- name: pulumi-${{ matrix.provider }} main
id: upgrade-on-main
uses: benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2.2
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
continue-on-error: true
with:
workflow: upgrade-bridge.yml
Expand All @@ -52,7 +52,7 @@ jobs:
- name: pulumi-${{ matrix.provider }} master
id: upgrade-on-master
if: steps.upgrade-on-main.outcome == 'failure'
uses: benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2.2
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
with:
workflow: upgrade-bridge.yml
token: ${{ secrets.PULUMI_BOT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-bridge-single-ecosystem-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: pulumi-${{ github.event.inputs.provider }} main
id: upgrade-on-main
uses: benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2.2
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
continue-on-error: true
with:
workflow: upgrade-bridge.yml
Expand All @@ -34,7 +34,7 @@ jobs:
- name: pulumi-${{ github.event.inputs.provider }} master
id: upgrade-on-master
if: steps.upgrade-on-main.outcome == 'failure'
uses: benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2.2
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
with:
workflow: upgrade-bridge.yml
token: ${{ secrets.PULUMI_BOT_TOKEN }}
Expand Down

0 comments on commit 12ff403

Please sign in to comment.