Skip to content

Commit

Permalink
Update robinraju/release-downloader action to v1.8 (#373)
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 |
|---|---|---|---|
|
[robinraju/release-downloader](https://togithub.com/robinraju/release-downloader)
| action | minor | `v1.7` -> `v1.8` |

---

### Release Notes

<details>
<summary>robinraju/release-downloader</summary>

###
[`v1.8`](https://togithub.com/robinraju/release-downloader/releases/tag/v1.8):
Release Downloader v1.8

[Compare
Source](https://togithub.com/robinraju/release-downloader/compare/v1.7...v1.8)

##### What's Changed

- Add support to extract release archives - fixes
[#&#8203;612](https://togithub.com/robinraju/release-downloader/issues/612)
by [@&#8203;hegerdes](https://togithub.com/hegerdes) in
[https://github.com/robinraju/release-downloader/pull/613](https://togithub.com/robinraju/release-downloader/pull/613)
- Read booleans from input using `getBooleanInput` by
[@&#8203;robinraju](https://togithub.com/robinraju) in
[https://github.com/robinraju/release-downloader/pull/627](https://togithub.com/robinraju/release-downloader/pull/627)
- implement feature
[#&#8203;616](https://togithub.com/robinraju/release-downloader/issues/616)
by [@&#8203;vcup](https://togithub.com/vcup) in
[https://github.com/robinraju/release-downloader/pull/628](https://togithub.com/robinraju/release-downloader/pull/628)

##### Dependency Updates

- Bump json5 from 1.0.1 to 1.0.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/robinraju/release-downloader/pull/586](https://togithub.com/robinraju/release-downloader/pull/586)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.0 to 18.16.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/robinraju/release-downloader/pull/626](https://togithub.com/robinraju/release-downloader/pull/626)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.0 to 5.59.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/robinraju/release-downloader/pull/625](https://togithub.com/robinraju/release-downloader/pull/625)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.1 to 5.59.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/robinraju/release-downloader/pull/631](https://togithub.com/robinraju/release-downloader/pull/631)
- Bump nock from 13.3.0 to 13.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/robinraju/release-downloader/pull/630](https://togithub.com/robinraju/release-downloader/pull/630)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.1 to 18.16.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/robinraju/release-downloader/pull/629](https://togithub.com/robinraju/release-downloader/pull/629)

##### New Contributors

- [@&#8203;hegerdes](https://togithub.com/hegerdes) made their first
contribution in
[https://github.com/robinraju/release-downloader/pull/613](https://togithub.com/robinraju/release-downloader/pull/613)
- [@&#8203;vcup](https://togithub.com/vcup) made their first
contribution in
[https://github.com/robinraju/release-downloader/pull/628](https://togithub.com/robinraju/release-downloader/pull/628)

**Full Changelog**:
robinraju/release-downloader@v1.7...v1.8

</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 17, 2023
1 parent c15963f commit 6e9cc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
flavor: ["alpine-opensuse-leap", "opensuse-leap"]
steps:
- uses: actions/checkout@v3
- uses: robinraju/release-downloader@v1.7
- uses: robinraju/release-downloader@v1.8
with:
# A flag to set the download target as latest release
# The default value is 'false'
Expand Down

0 comments on commit 6e9cc7a

Please sign in to comment.