From bf2b4691813a0736549823831193c1b783794986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 08:01:46 +0000 Subject: [PATCH] Bump author/action-rollback Bumps [author/action-rollback](https://github.com/author/action-rollback) from 9ec72a6af74774e00343c6de3e946b0901c23013 to 1.0.3. This release includes the previously tagged commit. - [Release notes](https://github.com/author/action-rollback/releases) - [Commits](https://github.com/author/action-rollback/compare/9ec72a6af74774e00343c6de3e946b0901c23013...c45902b7e6829b062f5a68dc15e25a85f22741d6) --- updated-dependencies: - dependency-name: author/action-rollback dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-contracts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-contracts.yml b/.github/workflows/publish-contracts.yml index 2e7be1b..c8392a2 100644 --- a/.github/workflows/publish-contracts.yml +++ b/.github/workflows/publish-contracts.yml @@ -69,7 +69,7 @@ jobs: #in case of failure - name: Rollback on failure if: failure() - uses: author/action-rollback@9ec72a6af74774e00343c6de3e946b0901c23013 + uses: author/action-rollback@c45902b7e6829b062f5a68dc15e25a85f22741d6 with: id: ${{ steps.create_release.outputs.id }} tag: ${{ needs.tag.outputs.tag }}