@@ -17,14 +17,14 @@ concurrency:
1717jobs :
1818 tests :
1919 name : Test
20- uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
20+ uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
2121 with :
2222 enable_cross_pr_testing : true
2323 linux_exclude_swift_versions : " [{\" swift_version\" : \" 5.9\" }, {\" swift_version\" : \" 5.10\" }]"
2424 windows_exclude_swift_versions : " [{\" swift_version\" : \" 5.9\" }]"
2525 soundness :
2626 name : Soundness
27- uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
27+ uses : swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.2
2828 with :
2929 license_header_check_project_name : " Swift.org"
3030 api_breakage_check_allowlist_path : " api-breakages.txt"
3636 image : swift:6.2
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v6
4040 with :
4141 persist-credentials : false
4242 - name : Mark the workspace as safe
6363 cd "$GITHUB_WORKSPACE"
6464 /tmp/check-swift-format.sh
6565 - name : Checkout swift-syntax
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v6
6767 with :
6868 repository : swiftlang/swift-syntax
6969 persist-credentials : false
7373 cd "$GITHUB_WORKSPACE/swift-syntax"
7474 /tmp/check-swift-format.sh
7575 - name : Checkout sourcekit-lsp
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v6
7777 with :
7878 repository : swiftlang/sourcekit-lsp
7979 persist-credentials : false
0 commit comments