From 9a2026526360686a636395e93e21a70df8417505 Mon Sep 17 00:00:00 2001 From: Upptime Bot <73812536+upptime-bot@users.noreply.github.com> Date: Sat, 13 Jul 2024 00:28:50 +0000 Subject: [PATCH] :arrow_up: Update @upptime to v1.37.0 --- .github/workflows/setup.yml | 2 +- .github/workflows/site.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index cd4a08e2..7ca9d8c0 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -62,7 +62,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 }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index cfb6ee9a..9af19544 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -38,7 +38,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 }}