From 2dc774196ed8f486ad4829ec9f3078e6465fb48e Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Mon, 20 Dec 2021 08:25:26 +0100 Subject: [PATCH] Update audit workflow --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 5b62966..8fd8458 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -6,7 +6,7 @@ jobs: audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: actions-rs/audit-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }}