From e5923d24d889a8d516501210b9ba304642663a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 08:16:01 +0000 Subject: [PATCH] Chore: bump rickstaa/action-create-tag from 1.7.1 to 1.7.2 Bumps [rickstaa/action-create-tag](https://github.com/rickstaa/action-create-tag) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/rickstaa/action-create-tag/releases) - [Commits](https://github.com/rickstaa/action-create-tag/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: rickstaa/action-create-tag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-gem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-gem.yml b/.github/workflows/release-gem.yml index aab9a0f71..3523d6263 100644 --- a/.github/workflows/release-gem.yml +++ b/.github/workflows/release-gem.yml @@ -36,6 +36,6 @@ jobs: RUBYGEMS_TOKEN: ${{ secrets.RUBYGEMS_TOKEN }} - name: Create the release tag - uses: rickstaa/action-create-tag@v1.7.1 + uses: rickstaa/action-create-tag@v1.7.2 with: tag: ${{ steps.dotenv.outputs.version }}