Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,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.6.0
uses: mukunku/tag-exists-action@v1.7.0
id: checkTag1
with:
tag: ${{ env.WIN11X64_TAG }}
Expand All @@ -204,7 +204,7 @@ jobs:
run: exit 1

- name: Run Tag Checks for Windows 11 arm64 Releases
uses: mukunku/tag-exists-action@v1.6.0
uses: mukunku/tag-exists-action@v1.7.0
id: checkTag2
with:
tag: ${{ env.WIN11ARM64_TAG }}
Expand All @@ -216,7 +216,7 @@ jobs:
run: exit 1

- name: Run Tag Checks for Windows 10 x64 Releases
uses: mukunku/tag-exists-action@v1.6.0
uses: mukunku/tag-exists-action@v1.7.0
id: checkTag3
with:
tag: ${{ env.WIN10X64_TAG }}
Expand Down