diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index 609d530e..9b61c8a2 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@v8.1.0 + uses: peter-evans/create-pull-request@v8.1.1 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4beeb4a1..d69c0bcc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,7 +34,7 @@ jobs: with: setup_only: true github_token: ${{ github.token }} - - uses: "gradle/actions/wrapper-validation@v5" + - uses: "gradle/actions/wrapper-validation@v6" - name: "Gradle Build" run: "./gradlew build" test: @@ -60,6 +60,6 @@ jobs: - uses: "authzed/action-spicedb@v1" with: version: "latest" - - uses: "gradle/actions/wrapper-validation@v5" + - uses: "gradle/actions/wrapper-validation@v6" - name: "Gradle integrationTest" run: "./gradlew integrationTest --info" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b69b3abd..63b5d4cd 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,4 +13,4 @@ jobs: if: "github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.action == 'reopened' || github.event.action == 'edited')" steps: - uses: "actions/checkout@v6" - - uses: "webiny/action-conventional-commits@v1.3.1" + - uses: "webiny/action-conventional-commits@v1.4.2" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index fee94f23..ce06acfb 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@v8.1.0 + uses: peter-evans/create-pull-request@v8.1.1 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true"