Skip to content

Commit

Permalink
⬆ Update peaceiris/actions-gh-pages action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and LeoColman committed Jan 29, 2025
1 parent a05f01b commit e23dbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kover.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@file:DependsOn("actions:checkout:v4")
@file:DependsOn("actions:setup-java:v4")
@file:DependsOn("gradle:gradle-build-action:v3")
@file:DependsOn("peaceiris:actions-gh-pages:v3")
@file:DependsOn("peaceiris:actions-gh-pages:v4")


import io.github.typesafegithub.workflows.actions.actions.Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
curl -sS "$URL" -o badge/coverage-badge.svg
- id: 'step-7'
name: 'Deploy Badge to GitHub Pages'
uses: 'peaceiris/actions-gh-pages@v3'
uses: 'peaceiris/actions-gh-pages@v4'
with:
github_token: '${{ secrets.GITHUB_TOKEN }}'
publish_branch: 'gh-pages'
Expand Down

0 comments on commit e23dbdc

Please sign in to comment.