From e179ba92e0ab03620f3a0c7ffc200c5ec1e22b3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 22:32:10 +0000 Subject: [PATCH] chore(deps): update cloudposse/github-action-major-release-tagger action to v2 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6daa70..b8470fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,6 +65,6 @@ jobs: major-release-tagger: runs-on: ubuntu-latest steps: - - uses: cloudposse/github-action-major-release-tagger@v1 + - uses: cloudposse/github-action-major-release-tagger@v2 with: dry-run: 'true' \ No newline at end of file