From e67e88adb0c5955fdea7397c10aa80e8bc810031 Mon Sep 17 00:00:00 2001 From: ysaito1001 Date: Wed, 18 Sep 2024 16:55:13 -0500 Subject: [PATCH] Make canary use the same MSRV and nightly with `smithy-rs` (#1192) **DO NOT MERGE THIS WHILE A RELEASE IS ONGOING** ---- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- .github/workflows/canary.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index a9b66184e693..4a193ec406cd 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -7,8 +7,8 @@ on: branches: - "canary*" env: - tool_rust_version: 1.76.0 - rust_nightly_version: nightly-2024-02-07 + tool_rust_version: 1.78.0 + rust_nightly_version: nightly-2024-03-15 jobs: generate-canary-matrix: @@ -54,7 +54,6 @@ jobs: # Use the matrix generated by the previous job matrix: ${{ fromJson(needs.generate-canary-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v4 - uses: actions/checkout@v4 with: repository: awslabs/smithy-rs