Skip to content

Commit

Permalink
⬆️ Update peaceiris/actions-gh-pages action to v4
Browse files Browse the repository at this point in the history
👷 Renovate: Update peaceiris/actions-gh-pages action to v4 (#252) (see also upptime/upptime#982)
  • Loading branch information
thomasmerz authored Jul 12, 2024
1 parent 2735e1b commit 116d6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 116d6b6

Please sign in to comment.