From 9a119a463e3e5574426277d5ec8f1af82672ed60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 03:09:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.6 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70ef0e3..d771a8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - x86_64-unknown-linux-musl steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.6 - name: install apt depenedencies run: | @@ -76,7 +76,7 @@ jobs: TARGET: x86_64-pc-windows-msvc steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.6 - name: Get Rust toolchain id: toolchain