From fbbec2f7f771cfc1da4419fcef11a5161df2b1a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 08:56:01 +0000 Subject: [PATCH] deps/gha: bump rickstaa/action-create-tag from 1.6.6 to 1.7.1 Bumps [rickstaa/action-create-tag](https://github.com/rickstaa/action-create-tag) from 1.6.6 to 1.7.1. - [Release notes](https://github.com/rickstaa/action-create-tag/releases) - [Commits](https://github.com/rickstaa/action-create-tag/compare/37d6cf3fd9b51a3c065493422911b035f73f55b2...861755f3fcbce1b21a65c17bad10e7d35c27b6d9) --- updated-dependencies: - dependency-name: rickstaa/action-create-tag dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push-github.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-github.yml b/.github/workflows/push-github.yml index e6238d14..43a92ba1 100644 --- a/.github/workflows/push-github.yml +++ b/.github/workflows/push-github.yml @@ -23,7 +23,7 @@ jobs: with: name: BunkerWeb_documentation_v${{ inputs.VERSION }}.pdf # Create tag - - uses: rickstaa/action-create-tag@37d6cf3fd9b51a3c065493422911b035f73f55b2 # v1.6.6 + - uses: rickstaa/action-create-tag@861755f3fcbce1b21a65c17bad10e7d35c27b6d9 # v1.7.1 name: Create tag if: inputs.VERSION != 'testing' with: @@ -31,7 +31,7 @@ jobs: message: "v${{ inputs.VERSION }}" force_push_tag: true # Create tag - - uses: rickstaa/action-create-tag@37d6cf3fd9b51a3c065493422911b035f73f55b2 # v1.6.6 + - uses: rickstaa/action-create-tag@861755f3fcbce1b21a65c17bad10e7d35c27b6d9 # v1.7.1 name: Create tag if: inputs.VERSION == 'testing' with: