From 22877c95b6ce025165c23270f8dcb297cc12ea52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 13:34:59 +0000 Subject: [PATCH] Bump butlerlogic/action-autotag from 1.1.1 to 1.1.2 Bumps [butlerlogic/action-autotag](https://github.com/butlerlogic/action-autotag) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/butlerlogic/action-autotag/releases) - [Commits](https://github.com/butlerlogic/action-autotag/compare/1.1.1...1.1.2) --- updated-dependencies: - dependency-name: butlerlogic/action-autotag dependency-type: direct:production update-type: version-update:semver-patch ... 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 2e7be1bd..ca516cc1 100644 --- a/.github/workflows/publish-contracts.yml +++ b/.github/workflows/publish-contracts.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Create tag id: tag - uses: butlerlogic/action-autotag@1.1.1 + uses: butlerlogic/action-autotag@1.1.2 with: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" strategy: package # Optional, since "package" is the default strategy