Skip to content

Commit

Permalink
chore(deps): update digitalocean/action-doctl action to v2.5.0 (#260)
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 |
|---|---|---|---|
|
[digitalocean/action-doctl](https://togithub.com/digitalocean/action-doctl)
| action | minor | `v2.4.1` -> `v2.5.0` |

---

### Release Notes

<details>
<summary>digitalocean/action-doctl (digitalocean/action-doctl)</summary>

###
[`v2.5.0`](https://togithub.com/digitalocean/action-doctl/releases/tag/v2.5.0)

[Compare
Source](https://togithub.com/digitalocean/action-doctl/compare/v2.4.1...v2.5.0)

#### What's Changed

- Add no_auth option (Fixes
[#&#8203;67](https://togithub.com/digitalocean/action-doctl/issues/67))
by [@&#8203;trinitronx](https://togithub.com/trinitronx) in
[https://github.com/digitalocean/action-doctl/pull/79](https://togithub.com/digitalocean/action-doctl/pull/79)

#### New Contributors

- [@&#8203;trinitronx](https://togithub.com/trinitronx) made their first
contribution in
[https://github.com/digitalocean/action-doctl/pull/79](https://togithub.com/digitalocean/action-doctl/pull/79)

**Full Changelog**:
digitalocean/action-doctl@v2.4.1...v2.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/Johannes-Andersen/Johannes).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 1f5713b commit 400242b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install doctl
uses: digitalocean/action-doctl@v2.4.1
uses: digitalocean/action-doctl@v2.5.0
with:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}

Expand Down

0 comments on commit 400242b

Please sign in to comment.