From 0c7bf40aeeca2276321878ac56166b5ab71076eb Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 27 Aug 2024 22:43:27 +0700 Subject: [PATCH] ci: Update to `actions/checkout@v4` --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 28a1344..25b8fd7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: features: --features unstable,serde steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install toolchain uses: dtolnay/rust-toolchain@v1 @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: # GitHub runners already have a usable version of cargo & rustfmt, so an install is not needed - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: cargo fmt --check build_result: