From 9b96ec02aa08f3c93df311ccc96e529706b3ba48 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 28 Aug 2024 00:00:45 +0700 Subject: [PATCH] ci: Update to `actions/checkout@v4` (#531) --- .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: