From 2eaa86713ced76f67200c75d8f2f0773f641d273 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:50:11 -0500 Subject: [PATCH] chore(deps): update robinraju/release-downloader action to v1.11 (#242) 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.10` -> `v1.11` | --- ### Release Notes
robinraju/release-downloader (robinraju/release-downloader) ### [`v1.11`](https://togithub.com/robinraju/release-downloader/releases/tag/v1.11): Release Downloader v1.11 [Compare Source](https://togithub.com/robinraju/release-downloader/compare/v1.10...v1.11) #### What's Changed - Fix `No assets found in release` error by [@​robinraju](https://togithub.com/robinraju) in [https://github.com/robinraju/release-downloader/pull/722](https://togithub.com/robinraju/release-downloader/pull/722) - Update project config and dependencies by [@​robinraju](https://togithub.com/robinraju) in [https://github.com/robinraju/release-downloader/pull/723](https://togithub.com/robinraju/release-downloader/pull/723) - Bump [@​types/tar](https://togithub.com/types/tar) from 6.1.12 to 6.1.13 in the npm-development group by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/robinraju/release-downloader/pull/724](https://togithub.com/robinraju/release-downloader/pull/724) - Bump the npm-development group with 3 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/robinraju/release-downloader/pull/725](https://togithub.com/robinraju/release-downloader/pull/725) - Bump the npm-development group across 1 directory with 4 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/robinraju/release-downloader/pull/730](https://togithub.com/robinraju/release-downloader/pull/730) - Bump tar from 7.0.1 to 7.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/robinraju/release-downloader/pull/727](https://togithub.com/robinraju/release-downloader/pull/727) - Bump the npm-development group across 1 directory with 7 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/robinraju/release-downloader/pull/742](https://togithub.com/robinraju/release-downloader/pull/742) - Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/robinraju/release-downloader/pull/737](https://togithub.com/robinraju/release-downloader/pull/737) - Bump tar from 7.1.0 to 7.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/robinraju/release-downloader/pull/741](https://togithub.com/robinraju/release-downloader/pull/741) - Bump typed-rest-client from 1.8.11 to 2.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/robinraju/release-downloader/pull/744](https://togithub.com/robinraju/release-downloader/pull/744) **Full Changelog**: https://github.com/robinraju/release-downloader/compare/v1.10...v1.11
--- ### 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://developer.mend.io/github/dqx-translation-project/dqxclarity). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index aba1f90..79a4448 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -97,7 +97,7 @@ jobs: - name: Download previous release's dat/idx files if: startsWith(github.ref, 'refs/tags/v') - uses: robinraju/release-downloader@v1.10 + uses: robinraju/release-downloader@v1.11 with: latest: true fileName: "data00000000*"