Skip to content

Commit b7a2619

Browse files
committed
Explicitly use v6.0.2
1 parent 95dd1b3 commit b7a2619

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-suite.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ concurrency:
1616
jobs:
1717
linux-build-and-test:
1818
name: "Linux"
19-
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v6
19+
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v6.0.2
2020
secrets: inherit
2121
with:
2222
matrix-os-version: "[ 'ubuntu-latest' ]"
2323
matrix-python-version: "[ '3.9', '3.10', '3.11', '3.12' ]" # run Linux tests on all supported Python versions
2424
enable-coveralls: true # only report to coveralls.io for tests that run on Linux
2525
macos-build-and-test:
2626
name: "MacOS"
27-
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v6
27+
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v6.0.2
2828
secrets: inherit
2929
with:
3030
matrix-os-version: "[ 'macos-latest' ]"
3131
matrix-python-version: "[ '3.12' ]" # only run MacOS tests on latest Python
3232
enable-coveralls: false
3333
windows-build-and-test:
3434
name: "Windows"
35-
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v6
35+
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v6.0.2
3636
secrets: inherit
3737
with:
3838
matrix-os-version: "[ 'windows-latest' ]"
@@ -41,7 +41,7 @@ jobs:
4141
release:
4242
name: "Release"
4343
if: github.ref_type == 'tag'
44-
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-release.yml@v6
44+
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-release.yml@v6.0.2
4545
needs: [ linux-build-and-test, macos-build-and-test, windows-build-and-test ]
4646
secrets: inherit
4747
with:

0 commit comments

Comments
 (0)