From 04530eda4688a924616fdd2825b550a3fc531c04 Mon Sep 17 00:00:00 2001 From: DataModel <183248792+DataM0del@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:15:32 -0500 Subject: [PATCH] ci(clippy): update actions/checkout to v4 --- .github/workflows/clippy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 63678e48..56e6508d 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -10,10 +10,10 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Clippy (default) run: | cargo clippy -- -D warnings - name: Clippy (all features) run: | - cargo clippy --all-features -- -D warnings \ No newline at end of file + cargo clippy --all-features -- -D warnings