From f37f1a23039916fe71d088d777c5de3e0aed7a89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:07:13 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .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 7f48ffbff964..c8099ce131ad 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@v1 with: command: check ${{ matrix.checks }}