Skip to content

Commit fd22373

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.7.3 (#278)
* chore(deps): update jamesives/github-pages-deploy-action action to v4.7.3 * chore: update gradle-wrapper-validation.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Maxwell Mapako <[email protected]>
1 parent 5a05a81 commit fd22373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle-dokka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: ./gradlew dokkaHtmlMultiModule
2323

2424
- name: Deploy 🚀
25-
uses: JamesIves/[email protected].2
25+
uses: JamesIves/[email protected].3
2626
with:
2727
branch: docs # The branch the action should deploy to.
2828
folder: dokka-docs # The folder the action should deploy.

.github/workflows/gradle-wrapper-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9-
- uses: gradle/wrapper-validation-action@v3
9+
- uses: gradle/actions/wrapper-validation@v4

0 commit comments

Comments
 (0)