From 0998b0ccd6e31001ef3ac0b975abf2c5c66f620d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Apr 2022 18:23:49 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v2.4.2 --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ee2042c03..5f1152aeb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v2.3.1 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. + uses: actions/checkout@v2.4.2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. with: persist-credentials: false