From bbf179e365d27f5cbff8458b6b9eef517db4c510 Mon Sep 17 00:00:00 2001 From: Brian Caswell Date: Wed, 13 Sep 2023 18:08:51 -0400 Subject: [PATCH] update generated github actions workflows to match updates Aligns the generator with #1377 and #1376 --- .../autorust/codegen/templates/check-all-services.yml.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/autorust/codegen/templates/check-all-services.yml.jinja b/services/autorust/codegen/templates/check-all-services.yml.jinja index d424684f21..f864f9f0c9 100644 --- a/services/autorust/codegen/templates/check-all-services.yml.jinja +++ b/services/autorust/codegen/templates/check-all-services.yml.jinja @@ -15,13 +15,13 @@ jobs: if: always() runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 with: toolchain: stable profile: minimal override: true - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 - name: check all features run: | cd services