From 3ccfbfed87de927c9d0ef9c3fb414b9b0cd23604 Mon Sep 17 00:00:00 2001 From: sholderbach Date: Tue, 12 Nov 2024 16:25:09 +0100 Subject: [PATCH] Bump actions/checkout to suppress warning --- .github/workflows/ci.yml | 2 +- .github/workflows/typos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67524acb..65b0e203 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Rust toolchain uses: actions-rust-lang/setup-rust-toolchain@v1.3.4 diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index bcc7b12c..16624d28 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check spelling uses: crate-ci/typos@master