Skip to content
Snippets Groups Projects
Unverified Commit 3780cce4 authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

Merge #720

720: build(deps): bump dsaltares/fetch-gh-release-asset from 1.1.0 to 1.1.1 r=mkroening a=dependabot[bot]

Bumps [dsaltares/fetch-gh-release-asset](https://github.com/dsaltares/fetch-gh-release-asset) from 1.1.0 to 1.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dsaltares/fetch-gh-release-asset/releases">dsaltares/fetch-gh-release-asset's releases</a>.</em></p>
<blockquote>
<h2>1.1.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: 50 - actually default version to latest by <a href="https://github.com/dsaltares"><code>`@​dsaltares</code></a>` in <a href="https://redirect.github.com/dsaltares/fetch-gh-release-asset/pull/56">dsaltares/fetch-gh-release-asset#56</a></li>
<li>Bump json5 from 1.0.1 to 1.0.2 by <a href="https://github.com/dependabot"><code>`@​dependabot</code></a>` in <a href="https://redirect.github.com/dsaltares/fetch-gh-release-asset/pull/55">dsaltares/fetch-gh-release-asset#55</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dependabot"><code>`@​dependabot</code></a>` made their first contribution in <a href="https://redirect.github.com/dsaltares/fetch-gh-release-asset/pull/55">dsaltares/fetch-gh-release-asset#55</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/dsaltares/fetch-gh-release-asset/compare/1.1.0...1.1.1">https://github.com/dsaltares/fetch-gh-release-asset/compare/1.1.0...1.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dsaltares/fetch-gh-release-asset/commit/a40c8b4a0471f9ab81bdf73a010f74cc51476ad4"><code>a40c8b4</code></a> Bump json5 from 1.0.1 to 1.0.2 (<a href="https://redirect.github.com/dsaltares/fetch-gh-release-asset/issues/55">#55</a>)</li>
<li><a href="https://github.com/dsaltares/fetch-gh-release-asset/commit/5a71312bcb7a436e89a7dd26123cdbdd7b3df709"><code>5a71312</code></a> fix: 50 - actually default version to latest (<a href="https://redirect.github.com/dsaltares/fetch-gh-release-asset/issues/56">#56</a>)</li>
<li>See full diff in <a href="https://github.com/dsaltares/fetch-gh-release-asset/compare/1.1.0...1.1.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dsaltares/fetch-gh-release-asset&package-manager=github_actions&previous-version=1.1.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores

)

You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parents 72678252 3468e248
Branches
Tags
No related merge requests found
Pipeline #967929 passed
...@@ -108,7 +108,7 @@ jobs: ...@@ -108,7 +108,7 @@ jobs:
env: env:
RUSTFLAGS: -Awarnings RUSTFLAGS: -Awarnings
- name: Download loader - name: Download loader
uses: dsaltares/fetch-gh-release-asset@1.1.0 uses: dsaltares/fetch-gh-release-asset@1.1.1
with: with:
repo: hermitcore/rusty-loader repo: hermitcore/rusty-loader
file: rusty-loader-x86_64 file: rusty-loader-x86_64
...@@ -142,7 +142,7 @@ jobs: ...@@ -142,7 +142,7 @@ jobs:
- name: Build dev profile - name: Build dev profile
run: cargo build -Zbuild-std=std,panic_abort --target x86_64-unknown-hermit run: cargo build -Zbuild-std=std,panic_abort --target x86_64-unknown-hermit
- name: Download loader - name: Download loader
uses: dsaltares/fetch-gh-release-asset@1.1.0 uses: dsaltares/fetch-gh-release-asset@1.1.1
with: with:
repo: hermitcore/rusty-loader repo: hermitcore/rusty-loader
file: rusty-loader-x86_64 file: rusty-loader-x86_64
...@@ -207,7 +207,7 @@ jobs: ...@@ -207,7 +207,7 @@ jobs:
with: with:
path: libhermit-rs path: libhermit-rs
- name: Download loader - name: Download loader
uses: dsaltares/fetch-gh-release-asset@1.1.0 uses: dsaltares/fetch-gh-release-asset@1.1.1
with: with:
repo: hermitcore/rusty-loader repo: hermitcore/rusty-loader
file: rusty-loader-aarch64 file: rusty-loader-aarch64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment