From 116d6b67f52eba423f4f9a3fc95cd18a4aff1a49 Mon Sep 17 00:00:00 2001 From: Thomas Merz Date: Fri, 12 Jul 2024 19:20:37 +0200 Subject: [PATCH] :arrow_up: Update peaceiris/actions-gh-pages action to v4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👷 Renovate: Update peaceiris/actions-gh-pages action to v4 (#252) (see also https://github.com/upptime/upptime/pull/982) --- 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 }}