From 04e724391c37f1cabad8b87daa2c120d0ac96f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 06:08:38 +0000 Subject: [PATCH] [Tech] Bump ishworkh/container-image-artifact-download Bumps [ishworkh/container-image-artifact-download](https://github.com/ishworkh/container-image-artifact-download) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/ishworkh/container-image-artifact-download/releases) - [Commits](https://github.com/ishworkh/container-image-artifact-download/compare/v1.0.0...v1.1.1) --- updated-dependencies: - dependency-name: ishworkh/container-image-artifact-download dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/application_deployment.yml | 2 +- .github/workflows/application_e2e_tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/application_deployment.yml b/.github/workflows/application_deployment.yml index 7dddb70979..e3fb83993c 100644 --- a/.github/workflows/application_deployment.yml +++ b/.github/workflows/application_deployment.yml @@ -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 }} diff --git a/.github/workflows/application_e2e_tests.yml b/.github/workflows/application_e2e_tests.yml index c95eb0e27e..1a0779ea0d 100644 --- a/.github/workflows/application_e2e_tests.yml +++ b/.github/workflows/application_e2e_tests.yml @@ -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 }} @@ -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 }}