Skip to content

Commit 0006a30

Browse files
committed
Merge remote-tracking branch 'origin/main' into sim-disks-from-blueprint
2 parents 3f2524b + 2f8d2cd commit 0006a30

File tree

163 files changed

+9259
-2895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+9259
-2895
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
with:
4242
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
43-
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
43+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
4444
if: ${{ github.ref != 'refs/heads/main' }}
4545
- name: Report cargo version
4646
run: cargo --version
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7171
with:
7272
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
73-
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
73+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
7474
if: ${{ github.ref != 'refs/heads/main' }}
7575
- name: Report cargo version
7676
run: cargo --version
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9999
with:
100100
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
101-
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
101+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
102102
if: ${{ github.ref != 'refs/heads/main' }}
103103
- name: Report cargo version
104104
run: cargo --version
@@ -130,7 +130,7 @@ jobs:
130130
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
131131
with:
132132
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
133-
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
133+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
134134
if: ${{ github.ref != 'refs/heads/main' }}
135135
- name: Report cargo version
136136
run: cargo --version

.github/workflows/validate-openapi-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
with:
1515
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
16-
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
16+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1717
with:
1818
node-version: '18'
1919
- name: Install our tools

0 commit comments

Comments
 (0)