Skip to content

Commit

Permalink
chore(deps): update robinraju/release-downloader action to v1.11 (#242)
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.10` -> `v1.11` |

---

### Release Notes

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

###
[`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
[@&#8203;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
[@&#8203;robinraju](https://togithub.com/robinraju) in
[https://github.com/robinraju/release-downloader/pull/723](https://togithub.com/robinraju/release-downloader/pull/723)
- Bump [@&#8203;types/tar](https://togithub.com/types/tar) from 6.1.12
to 6.1.13 in the npm-development group by
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/robinraju/release-downloader/pull/744](https://togithub.com/robinraju/release-downloader/pull/744)

**Full Changelog**:
robinraju/release-downloader@v1.10...v1.11

</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://developer.mend.io/github/dqx-translation-project/dqxclarity).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent adc7fc9 commit 2eaa867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*"
Expand Down

0 comments on commit 2eaa867

Please sign in to comment.