Skip to content

Commit

Permalink
Merge pull request #127 from authzed/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-55cf07db2c

Bump the github-actions group with 2 updates
  • Loading branch information
tstirrat15 authored Mar 3, 2025
2 parents f043237 + fc8deb6 commit 4f6dd3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
version-regex: '<artifactId>authzed<\/artifactId>\s+<version>(.+)<\/version>'
version-change: minor
- name: Create Pull Request
uses: peter-evans/[email protected].6
uses: peter-evans/[email protected].7
if: steps.buf-update.outputs.updated == 'true'
with:
delete-branch: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version-regex: '<artifactId>authzed<\/artifactId>\s+<version>(.+)<\/version>'
version-change: minor
- name: Create Pull Request
uses: peter-evans/[email protected].6
uses: peter-evans/[email protected].7
if: steps.buf-update.outputs.updated == 'true'
with:
delete-branch: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f6dd3e

Please sign in to comment.