From 02b3063979e1a38f19d804e4851c161ae5084155 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:19:11 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6059a0b..814d281 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -27,7 +27,7 @@ jobs: RUST_BACKTRACE: 1 CROSS_CONFIG: .github/cross.toml steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set environment variables appropriately for the build run: | echo "$HOME/.cargo/bin" >> $GITHUB_PATH @@ -59,7 +59,7 @@ jobs: os: [ubuntu, macos] steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: rustup default run: rustup default ${{ matrix.channel }} - name: rustup components @@ -138,7 +138,7 @@ jobs: variant: gnu steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install msys2 run: choco install msys2 if: matrix.variant == 'gnu'