From 70d2af31d6c4a01a61c95afd2576340d27eba7c4 Mon Sep 17 00:00:00 2001 From: Thomas Merz Date: Fri, 12 Jul 2024 11:31:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Renovate:=20Update=20peaceiris/a?= =?UTF-8?q?ctions-gh-pages=20action=20to=20v4=20=20=20=20(see=20also=20htt?= =?UTF-8?q?ps://github.com/upptime/upptime/pull/982)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/helpers/workflows.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers/workflows.ts b/src/helpers/workflows.ts index f605fa4b..242f458d 100644 --- a/src/helpers/workflows.ts +++ b/src/helpers/workflows.ts @@ -169,7 +169,7 @@ jobs: command: "site" env: GH_PAT: \${{ secrets.GH_PAT || github.token }} - - uses: peaceiris/actions-gh-pages@v3.7.3 + - uses: peaceiris/actions-gh-pages@v4 name: GitHub Pages Deploy with: github_token: \${{ secrets.GH_PAT || github.token }} @@ -214,7 +214,7 @@ jobs: command: "site" env: GH_PAT: \${{ secrets.GH_PAT || github.token }} - - uses: peaceiris/actions-gh-pages@v3.7.3 + - uses: peaceiris/actions-gh-pages@v4 name: GitHub Pages Deploy with: github_token: \${{ secrets.GH_PAT || github.token }}