Skip to content

Commit

Permalink
[Tech] Bump ishworkh/container-image-artifact-download from 1.0.0 to …
Browse files Browse the repository at this point in the history
…1.1.1 (#3171)

Bumps
[ishworkh/container-image-artifact-download](https://github.com/ishworkh/container-image-artifact-download)
from 1.0.0 to 1.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ishworkh/container-image-artifact-download/releases">ishworkh/container-image-artifact-download's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.1</h2>
<p>Fix README</p>
<h2>v1.1.0</h2>
<p>Update to use nodejs 20</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ishworkh/container-image-artifact-download/commit/a5cd447c6a666a5cfde545e5e2264b9a575f609a"><code>a5cd447</code></a>
Merge pull request <a
href="https://redirect.github.com/ishworkh/container-image-artifact-download/issues/4">#4</a>
from ishworkh/fix_readme</li>
<li><a
href="https://github.com/ishworkh/container-image-artifact-download/commit/51bd24dc91237e86f0e5b02d2659a897dd24f63c"><code>51bd24d</code></a>
Fix README</li>
<li><a
href="https://github.com/ishworkh/container-image-artifact-download/commit/562dc81f797357bec5e8b97b739bd1ad3676970c"><code>562dc81</code></a>
Merge pull request <a
href="https://redirect.github.com/ishworkh/container-image-artifact-download/issues/3">#3</a>
from ishworkh/nodejs_20</li>
<li><a
href="https://github.com/ishworkh/container-image-artifact-download/commit/f4e8d3109768b417afa23b9c9a4f5e3d6a51041b"><code>f4e8d31</code></a>
Update nodejs to 20</li>
<li>See full diff in <a
href="https://github.com/ishworkh/container-image-artifact-download/compare/v1.0.0...v1.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ishworkh/container-image-artifact-download&package-manager=github_actions&previous-version=1.0.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
  • Loading branch information
ivangabriele authored Jun 21, 2024
2 parents b15b4fd + 04e7243 commit 3ce7094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/application_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Download image
if: ${{ steps.check_unit_tests_status.outputs.conclusion == 'success' }}
uses: ishworkh/container-image-artifact-download@v1.0.0
uses: ishworkh/container-image-artifact-download@v1.1.1
with:
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
image: monitorfish-app:${{ env.VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/application_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: echo "MONITORFISH_VERSION=${VERSION}" >> $GITHUB_ENV

- name: Download image
uses: ishworkh/container-image-artifact-download@v1.0.0
uses: ishworkh/container-image-artifact-download@v1.1.1
with:
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
image: monitorfish-app:${{ env.VERSION }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
run: echo "MONITORFISH_VERSION=${VERSION}" >> $GITHUB_ENV

- name: Download image
uses: ishworkh/container-image-artifact-download@v1.0.0
uses: ishworkh/container-image-artifact-download@v1.1.1
with:
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
image: monitorfish-app:${{ env.VERSION }}
Expand Down

0 comments on commit 3ce7094

Please sign in to comment.