From 2dd5aef8020663c0e71f754119da7b6957e15e33 Mon Sep 17 00:00:00 2001 From: Yevhenii Babichenko Date: Fri, 7 May 2021 10:05:55 +0300 Subject: [PATCH] check update for audit-check --- .github/workflows/audit.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index d968842080..da4896c360 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -19,6 +19,7 @@ jobs: cut -f 1 ) echo "::set-output name=head::$commit" + - name: Cache cargo registry index uses: actions/cache@v2 with: @@ -27,6 +28,7 @@ jobs: restore-keys: | cargo-index- - - uses: actions-rs/audit-check@v1 + # FIXME switch back to actions-rs/audit-check when the fix is merged + - uses: eugene-babichenko/audit-check@dont-override-cargo-lock with: token: ${{ secrets.GITHUB_TOKEN }}