From 4ae9d49a7b12ffad442a5ed7bfb166f9c0e39a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 07:43:09 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `peter-evans/create-pull-request` from 7.0.8 to 8.1.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.8...v8.1.0) Updates `webiny/action-conventional-commits` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/webiny/action-conventional-commits/releases) - [Commits](https://github.com/webiny/action-conventional-commits/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: webiny/action-conventional-commits dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/automatic-api-update.yaml | 4 ++-- .github/workflows/build.yaml | 4 ++-- .github/workflows/lint.yaml | 2 +- .github/workflows/manual-api-update.yaml | 4 ++-- .github/workflows/publish.yaml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index a9e86f20..609d530e 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 10 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 - name: "Update Buf Script" id: buf-update @@ -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.8 + uses: peter-evans/create-pull-request@v8.1.0 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0b5432ab..3fad6eff 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: - 24 # Latest name: "Java ${{ matrix.java }} Build" steps: - - uses: "actions/checkout@v5" + - uses: "actions/checkout@v6" - uses: "actions/setup-java@v5" with: distribution: "adopt" @@ -51,7 +51,7 @@ jobs: - 24 # Latest name: "Java ${{ matrix.java }} Test" steps: - - uses: "actions/checkout@v5" + - uses: "actions/checkout@v6" - uses: "actions/setup-java@v5" with: distribution: "adopt" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 7e07a72d..6db90078 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -17,4 +17,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.0" + - uses: "webiny/action-conventional-commits@v1.3.1" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index d8661002..fee94f23 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 10 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 - name: "Update Buf Script" id: buf-update @@ -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.8 + uses: peter-evans/create-pull-request@v8.1.0 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 78a5002a..7e94e061 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -9,7 +9,7 @@ jobs: name: "Publish to Maven" runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v5" + - uses: "actions/checkout@v6" - uses: "actions/setup-java@v5" with: distribution: "adopt"