Updated workflow references to @r5.

This commit is contained in:
Patrick Lehmann
2025-08-19 13:24:46 +02:00
parent a2db5ec238
commit 3141de852a
14 changed files with 29 additions and 29 deletions

View File

@@ -33,7 +33,7 @@ Simple Example
jobs:
Package:
uses: pyTooling/Actions/.github/workflows/Package.yml@r0
uses: pyTooling/Actions/.github/workflows/Package.yml@r5
with:
artifact: Package
@@ -45,7 +45,7 @@ Complex Example
jobs:
Package:
uses: pyTooling/Actions/.github/workflows/Package.yml@r0
uses: pyTooling/Actions/.github/workflows/Package.yml@r5
needs:
- Params
- Coverage