From 6e9cc7a043d9ae16b16e934dcce755f11a8d8e4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 11:37:19 +0300 Subject: [PATCH] Update robinraju/release-downloader action to v1.8 (#373) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
robinraju/release-downloader ### [`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 [#​612](https://togithub.com/robinraju/release-downloader/issues/612) by [@​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 [@​robinraju](https://togithub.com/robinraju) in [https://github.com/robinraju/release-downloader/pull/627](https://togithub.com/robinraju/release-downloader/pull/627) - implement feature [#​616](https://togithub.com/robinraju/release-downloader/issues/616) by [@​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 [@​dependabot](https://togithub.com/dependabot) in [https://github.com/robinraju/release-downloader/pull/586](https://togithub.com/robinraju/release-downloader/pull/586) - Bump [@​types/node](https://togithub.com/types/node) from 18.16.0 to 18.16.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/robinraju/release-downloader/pull/626](https://togithub.com/robinraju/release-downloader/pull/626) - Bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.59.0 to 5.59.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/robinraju/release-downloader/pull/625](https://togithub.com/robinraju/release-downloader/pull/625) - Bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.59.1 to 5.59.2 by [@​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 [@​dependabot](https://togithub.com/dependabot) in [https://github.com/robinraju/release-downloader/pull/630](https://togithub.com/robinraju/release-downloader/pull/630) - Bump [@​types/node](https://togithub.com/types/node) from 18.16.1 to 18.16.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/robinraju/release-downloader/pull/629](https://togithub.com/robinraju/release-downloader/pull/629) ##### New Contributors - [@​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) - [@​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**: https://github.com/robinraju/release-downloader/compare/v1.7...v1.8
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 11044837..69129f63 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -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'