From bb4ce1ac650120852b42990c972547745c7e1161 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:40:08 +0000 Subject: [PATCH] ci(actions): update `actions/checkout` to v4.1.1 --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 27c22fb..f1e183a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛎️ Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: 🦀 Install Rust uses: dtolnay/rust-toolchain@stable @@ -71,7 +71,7 @@ jobs: steps: - name: 🛎️ Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: 🦀 Install Rust uses: dtolnay/rust-toolchain@stable