Skip to content

Commit 116d6b6

Browse files
authored
⬆️ Update peaceiris/actions-gh-pages action to v4
👷 Renovate: Update peaceiris/actions-gh-pages action to v4 (#252) (see also upptime/upptime#982)
1 parent 2735e1b commit 116d6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helpers/workflows.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
command: "site"
170170
env:
171171
GH_PAT: \${{ secrets.GH_PAT || github.token }}
172-
- uses: peaceiris/actions-gh-pages@v3.7.3
172+
- uses: peaceiris/actions-gh-pages@v4
173173
name: GitHub Pages Deploy
174174
with:
175175
github_token: \${{ secrets.GH_PAT || github.token }}
@@ -214,7 +214,7 @@ jobs:
214214
command: "site"
215215
env:
216216
GH_PAT: \${{ secrets.GH_PAT || github.token }}
217-
- uses: peaceiris/actions-gh-pages@v3.7.3
217+
- uses: peaceiris/actions-gh-pages@v4
218218
name: GitHub Pages Deploy
219219
with:
220220
github_token: \${{ secrets.GH_PAT || github.token }}

0 commit comments

Comments
 (0)