From 906ebd96cf3bb182a9fabcb3e1300644debf839a Mon Sep 17 00:00:00 2001 From: Arniu Date: Sun, 11 Oct 2020 08:58:48 +0800 Subject: [PATCH] use checkout@v2 --- .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 671baf4a6..3ab971c5d 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -12,7 +12,7 @@ jobs: security_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 }}