From 65b3cfd6bbab22ac6510c2be3bd384287b78ad4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:08:38 +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 635dd5d6eee8..5e7a6b8e04fc 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 }}