From a7c6562e97ca7dc9af9e9061fc9a1fab89d80806 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 31 Oct 2023 18:43:06 +0900 Subject: [PATCH] Upgrade external actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e041ddfc..31293f67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,14 +15,14 @@ jobs: # MSRV and nightly version: [1.61.0, stable, nightly] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set toolchain run: | rustup set profile minimal rustup override set ${{ matrix.version }} - - uses: Swatinem/rust-cache@v2.0.0 + - uses: Swatinem/rust-cache@v2.7.1 - name: Rustfmt check if: matrix.version == '1.61.0'