From ef61ab691e2c2260960ba20fbe16df15748f6d3a Mon Sep 17 00:00:00 2001 From: jonathanharrell Date: Sun, 19 Dec 2021 18:45:19 -0600 Subject: [PATCH] fix(security): upgrade github checkout action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 920ac94..2781326 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: deploy-docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: JamesIves/github-pages-deploy-action@2.0.3 env: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}