From 8af8d38b57e3a8c6b717f9bd7097bf3f4510d17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:17:21 +0000 Subject: [PATCH] chore(deps): bump input-output-hk/catalyst-forge/actions/install@ci/v1.5.1 Bumps [input-output-hk/catalyst-forge/actions/install@ci/v1.5.1](https://github.com/input-output-hk/catalyst-forge) from 1.5.1 to 1.7.1. - [Release notes](https://github.com/input-output-hk/catalyst-forge/releases) - [Commits](https://github.com/input-output-hk/catalyst-forge/compare/ci/v1.5.1...ci/v1.7.1) --- updated-dependencies: - dependency-name: input-output-hk/catalyst-forge/actions/install@ci/v1.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-allure-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-allure-report.yml b/.github/workflows/generate-allure-report.yml index 067e9e33df..9c2d5801be 100644 --- a/.github/workflows/generate-allure-report.yml +++ b/.github/workflows/generate-allure-report.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Forge - uses: input-output-hk/catalyst-forge/actions/install@ci/v1.5.1 + uses: input-output-hk/catalyst-forge/actions/install@ci/v1.7.1 with: version: 0.8.0 if: always()