From 02b0234c6eaffbd8fe45dad291ca27e808e69ef5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 01:08:55 +0800 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#1747) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deny-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deny-check.yml b/.github/workflows/deny-check.yml index 635dd5d6..5e7a6b8e 100644 --- a/.github/workflows/deny-check.yml +++ b/.github/workflows/deny-check.yml @@ -13,7 +13,7 @@ jobs: continue-on-error: ${{ matrix.checks == 'advisories' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: EmbarkStudios/cargo-deny-action@v2 with: command: check ${{ matrix.checks }}