From 090d7f178928fe58eeb604a56bf8629511fc2eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 05:59:06 +0000 Subject: [PATCH] Bump mukunku/tag-exists-action from 1.5.0 to 1.6.0 Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](https://github.com/mukunku/tag-exists-action/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: mukunku/tag-exists-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c422f93..e454992 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -265,7 +265,7 @@ jobs: echo "WIN10X64_TAG=Windows_10_$currentver" >> $GITHUB_ENV - name: Run Tag Checks for Windows 11 x64 Releases - uses: mukunku/tag-exists-action@v1.5.0 + uses: mukunku/tag-exists-action@v1.6.0 id: checkTag1 with: tag: ${{ env.WIN11X64_TAG }} @@ -277,7 +277,7 @@ jobs: run: exit 1 - name: Run Tag Checks for Windows 11 arm64 Releases - uses: mukunku/tag-exists-action@v1.5.0 + uses: mukunku/tag-exists-action@v1.6.0 id: checkTag2 with: tag: ${{ env.WIN11ARM64_TAG }} @@ -289,7 +289,7 @@ jobs: run: exit 1 - name: Run Tag Checks for Windows 10 x64 Releases - uses: mukunku/tag-exists-action@v1.5.0 + uses: mukunku/tag-exists-action@v1.6.0 id: checkTag3 with: tag: ${{ env.WIN10X64_TAG }}