Skip to content

Commit ea107c1

Browse files
authored
Update workflow references to version 0.0.1 (#196)
1 parent e75f743 commit ea107c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
jobs:
3434
soundness:
3535
name: Soundness
36-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
36+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.1
3737
with:
3838
license_header_check_project_name: "Swift.org"
3939
```
@@ -54,7 +54,7 @@ on:
5454
jobs:
5555
tests:
5656
name: tests
57-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
57+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.1
5858
```
5959

6060
If your package only supports newer compiler versions, you can exclude older

0 commit comments

Comments
 (0)