Skip to content

Commit d041137

Browse files
committed
update to v1.1.0 of common workflow
Signed-off-by: Simon Davies <[email protected]>
1 parent 6114ae3 commit d041137

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/Benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- uses: actions/checkout@v4
5959

60-
- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
60+
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
6161
with:
6262
rust-toolchain: "1.81.0"
6363
env:

.github/workflows/CargoPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333
fetch-tags: true
3434

35-
- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
35+
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
3636
with:
3737
rust-toolchain: "1.81.0"
3838

.github/workflows/CreateRelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323

24-
- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
24+
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
2525
with:
2626
rust-toolchain: "1.81.0"
2727
env:
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343

44-
- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
44+
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
4545
with:
4646
rust-toolchain: "1.81.0"
4747
env:
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110
fetch-tags: true
111111

112-
- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
112+
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
113113
with:
114114
rust-toolchain: "1.81.0"
115115
env:

.github/workflows/ValidatePullRequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
systeminfo
8787
8888
# Run this so we can use just targets in this workflow
89-
- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
89+
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
9090
with:
9191
rust-toolchain: "1.81.0"
9292
env:
@@ -149,7 +149,7 @@ jobs:
149149
echo "cat /etc/os-release"
150150
cat /etc/os-release
151151
152-
- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
152+
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
153153
with:
154154
rust-toolchain: "1.81.0"
155155
env:

.github/workflows/dep_build_guest_binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333

34-
- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
34+
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
3535
with:
3636
rust-toolchain: "1.81.0"
3737
env:

.github/workflows/dep_fuzzing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
2727

28-
- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
28+
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
2929
with:
3030
rust-toolchain: "1.81.0"
3131
env:

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
steps:
9696
- uses: actions/checkout@v4
9797

98-
- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
98+
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
9999
with:
100100
rust-toolchain: "nightly"
101101
env:

0 commit comments

Comments
 (0)