From 6fb6cc921324063b1bfe0064883d7ceef800fd63 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Mon, 20 Dec 2021 08:25:06 +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 }}