From f2f0b1ab4189c05386ad30dd1cccadb79bc09470 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 22:14:28 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/cargo-audit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cargo-audit.yaml b/.github/workflows/cargo-audit.yaml index fd762eed4..c04cd10e2 100644 --- a/.github/workflows/cargo-audit.yaml +++ b/.github/workflows/cargo-audit.yaml @@ -12,7 +12,7 @@ jobs: security_audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: mv server/* . - uses: rustsec/audit-check@v1.4.1 with: