From 53cb73cd9bb4fabb93e35b300ef5c0af3b9f1c1b Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 23 Nov 2020 14:11:18 +0100 Subject: [PATCH] Use checkout@v2 --- .github/workflows/audit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index d54796e..a8fadb2 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -4,15 +4,15 @@ on: - cron: '0 1 * * *' push: paths: - - 'Cargo.toml' - - 'Cargo.lock' + - '**/Cargo.toml' + - '**/Cargo.lock' pull_request: jobs: security_audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Cache cargo registry uses: actions/cache@v1