Merge pull request #249 from MustardChef/dependabot/github_actions/mukunku/tag-exists-action-1.5.0

Bump mukunku/tag-exists-action from 1.4.0 to 1.5.0
This commit is contained in:
MustardChef 2023-12-18 13:42:18 +00:00 committed by GitHub
commit 566e36f633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.4.0
uses: mukunku/tag-exists-action@v1.5.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.4.0
uses: mukunku/tag-exists-action@v1.5.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.4.0
uses: mukunku/tag-exists-action@v1.5.0
id: checkTag3
with:
tag: ${{ env.WIN10X64_TAG }}