Skip to content

Commit b537abe

Browse files
committed
Update setup workflow to v1.4.0
Signed-off-by: Simon Davies <[email protected]>
1 parent 16d8271 commit b537abe

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/Benchmarks.yml

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

2929
- uses: actions/checkout@v4
3030

31-
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
31+
- uses: hyperlight-dev/ci-setup-workflow@v1.4.0
3232
with:
3333
rust-toolchain: "1.85.0"
3434
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@v1.3.0
35+
- uses: hyperlight-dev/ci-setup-workflow@v1.4.0
3636
with:
3737
rust-toolchain: "1.85.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@v1.3.0
24+
- uses: hyperlight-dev/ci-setup-workflow@v1.4.0
2525
with:
2626
rust-toolchain: "1.85.0"
2727
env:
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343

44-
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
44+
- uses: hyperlight-dev/ci-setup-workflow@v1.4.0
4545
with:
4646
rust-toolchain: "1.85.0"
4747
env:
@@ -100,7 +100,7 @@ jobs:
100100
fetch-depth: 0
101101
fetch-tags: true
102102

103-
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
103+
- uses: hyperlight-dev/ci-setup-workflow@v1.4.0
104104
with:
105105
rust-toolchain: "1.85.0"
106106
env:

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
components: rustfmt
2828

29-
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
29+
- uses: hyperlight-dev/ci-setup-workflow@v1.4.0
3030
with:
3131
rust-toolchain: "1.85.0"
3232
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@v1.3.0
34+
- uses: hyperlight-dev/ci-setup-workflow@v1.4.0
3535
with:
3636
rust-toolchain: "1.85.0"
3737
env:

.github/workflows/dep_fuzzing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout code
3333
uses: actions/checkout@v4
3434

35-
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
35+
- uses: hyperlight-dev/ci-setup-workflow@v1.4.0
3636
with:
3737
rust-toolchain: "1.85.0"
3838
env:

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
components: rustfmt
5656

57-
- uses: hyperlight-dev/ci-setup-workflow@v1.3.0
57+
- uses: hyperlight-dev/ci-setup-workflow@v1.4.0
5858
with:
5959
rust-toolchain: "1.85.0"
6060
env:

0 commit comments

Comments
 (0)