Skip to content

Commit 5cc2ae2

Browse files
authored
Moving to tagged release
1 parent 394c7ae commit 5cc2ae2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/MistKit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v4
25-
- uses: brightdigit/swift-build@v1.3.3
25+
- uses: brightdigit/swift-build@v1.4.1
2626
- uses: sersoft-gmbh/swift-coverage-action@v4
2727
id: coverage-files
2828
with:
@@ -49,7 +49,7 @@ jobs:
4949
build: 6.2-RELEASE
5050
steps:
5151
- uses: actions/checkout@v4
52-
- uses: brightdigit/swift-build@v1.3.3
52+
- uses: brightdigit/swift-build@v1.4.1
5353
with:
5454
windows-swift-version: ${{ matrix.swift.version }}
5555
windows-swift-build: ${{ matrix.swift.build }}
@@ -87,7 +87,7 @@ jobs:
8787
large-packages: true
8888
docker-images: true
8989
swap-storage: true
90-
- uses: brightdigit/swift-build@14-android-skip
90+
- uses: brightdigit/swift-build@v1.4.1
9191
with:
9292
scheme: ${{ env.PACKAGE_NAME }}
9393
type: android
@@ -165,7 +165,7 @@ jobs:
165165
- uses: actions/checkout@v4
166166

167167
- name: Build and Test
168-
uses: brightdigit/swift-build@v1.3.3
168+
uses: brightdigit/swift-build@v1.4.1
169169
with:
170170
scheme: ${{ env.PACKAGE_NAME }}
171171
type: ${{ matrix.type }}

0 commit comments

Comments
 (0)