Skip to content

Commit

Permalink
👷 Renovate: Update peaceiris/actions-gh-pages action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmerz committed Jul 12, 2024
1 parent 2735e1b commit 70d2af3
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 70d2af3

Please sign in to comment.