From fc8deb6ad30a2fb7eb28ee172fc68bf50bfc08ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 07:11:24 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [MathieuSoysal/Javadoc-publisher.yml](https://github.com/mathieusoysal/javadoc-publisher.yml). Updates `peter-evans/create-pull-request` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.6...v7.0.7) Updates `MathieuSoysal/Javadoc-publisher.yml` from 2.5.0 to 3.0.2 - [Release notes](https://github.com/mathieusoysal/javadoc-publisher.yml/releases) - [Commits](https://github.com/mathieusoysal/javadoc-publisher.yml/compare/v2.5.0...v3.0.2) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: MathieuSoysal/Javadoc-publisher.yml dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/automatic-api-update.yaml | 2 +- .github/workflows/manual-api-update.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index b651a53..98d54fd 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -30,7 +30,7 @@ jobs: version-regex: 'authzed<\/artifactId>\s+(.+)<\/version>' version-change: minor - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.6 + uses: peter-evans/create-pull-request@v7.0.7 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index d7735a8..b97acbc 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -34,7 +34,7 @@ jobs: version-regex: 'authzed<\/artifactId>\s+(.+)<\/version>' version-change: minor - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.6 + uses: peter-evans/create-pull-request@v7.0.7 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d491711..2946a81 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -36,7 +36,7 @@ jobs: export ORG_GRADLE_PROJECT_release=${VERSION} ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository - name: Publish JavaDoc - uses: MathieuSoysal/Javadoc-publisher.yml@v2.5.0 + uses: MathieuSoysal/Javadoc-publisher.yml@v3.0.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} javadoc-branch: javadoc