From 3c0c621545277d455532ebba3db778280c0d9aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 17:31:43 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). 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 7.0.9 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.8...v7.0.9) --- 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: 7.0.9 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/lint.yaml | 4 ++-- .github/workflows/manual-api-update.yaml | 4 ++-- .github/workflows/publish.yaml | 4 ++-- .github/workflows/test.yaml | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index 4bf4296..5210ebf 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 10 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 - uses: bahmutov/npm-install@v1 with: @@ -35,7 +35,7 @@ jobs: if: steps.buf-update.outputs.updated == 'true' run: "yarn run buf" - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.8 + uses: peter-evans/create-pull-request@v7.0.9 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 7639f5d..58e9fd2 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,7 +14,7 @@ jobs: name: "Lint" runs-on: "depot-ubuntu-24.04-small" steps: - - uses: "actions/checkout@v5" + - uses: "actions/checkout@v6" - uses: "bahmutov/npm-install@v1" with: useLockFile: false @@ -28,5 +28,5 @@ jobs: runs-on: "depot-ubuntu-24.04-small" 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@v5" + - uses: "actions/checkout@v6" - uses: "webiny/action-conventional-commits@v1.3.0" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index ecbc6ea..9d328dd 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -13,7 +13,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 @@ -36,7 +36,7 @@ jobs: if: steps.buf-update.outputs.updated == 'true' run: "buf generate" - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.8 + uses: peter-evans/create-pull-request@v7.0.9 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 259e760..12aec34 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,7 +11,7 @@ jobs: name: Publish to NPM runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: cache-dependency-path: ./package.json @@ -39,7 +39,7 @@ jobs: name: Publish JS client to NPM runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: node-version: 18 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 68ec786..feedcfb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: outputs: codechange: "${{ steps.code-filter.outputs.codechange }}" steps: - - uses: "actions/checkout@v5" + - uses: "actions/checkout@v6" - uses: "dorny/paths-filter@v3" id: "code-filter" with: @@ -34,7 +34,7 @@ jobs: if: | needs.paths-filter.outputs.codechange == 'true' steps: - - uses: "actions/checkout@v5" + - uses: "actions/checkout@v6" - uses: "authzed/action-spicedb@v1" with: version: "latest" @@ -58,7 +58,7 @@ jobs: if: | needs.paths-filter.outputs.codechange == 'true' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: "authzed/action-spicedb@v1" with: version: "latest"