From c64cd57a95bab4b0d08edd12cb7073ff22d29148 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sun, 23 Oct 2022 12:07:58 +0600 Subject: [PATCH] Upgrade `actions/configure-pages` to v2 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f2679c0..98d074f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: cache: 'npm' - name: Setup Pages - uses: actions/configure-pages@v1 + uses: actions/configure-pages@v2 - name: Restore cache uses: actions/cache@v3