mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-12-24 18:31:49 +01:00
Bump mukunku/tag-exists-action from 1.4.0 to 1.5.0
Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](https://github.com/mukunku/tag-exists-action/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: mukunku/tag-exists-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
93ec25226e
commit
47b1d77196
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user