Skip to content

Commit 12276f7

Browse files
Update Swift and vsdevenv setup actions
1 parent 5bae870 commit 12276f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
uses: actions/[email protected]
2121

2222
- name: Setup Visual Studio Development Environment
23-
uses: compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main as of 2024-11-12
23+
uses: compnerd/gha-setup-vsdevenv@a58873f43f4ff96f51e9ae9477722058828fcf7a # main as of 2025-03-07
2424

2525
- name: Install Swift
26-
uses: compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12
26+
uses: compnerd/gha-setup-swift@15100508ed98274c660b39a3d171f9b9b80926c5 # main as of 2025-03-07
2727
with:
2828
branch: swift-5.8-release
2929
tag: 5.8-RELEASE
@@ -44,10 +44,10 @@ jobs:
4444
uses: actions/[email protected]
4545

4646
- name: Setup Visual Studio Development Environment
47-
uses: compnerd/gha-setup-vsdevenv@main
47+
uses: compnerd/gha-setup-vsdevenv@a58873f43f4ff96f51e9ae9477722058828fcf7a # main as of 2025-03-07
4848

4949
- name: Install Swift
50-
uses: compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12
50+
uses: compnerd/gha-setup-swift@15100508ed98274c660b39a3d171f9b9b80926c5 # main as of 2025-03-07
5151
with:
5252
branch: swift-5.8-release
5353
tag: 5.8-RELEASE

0 commit comments

Comments
 (0)