From bf831dc1256f5e541081ad743e8874af5818106c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 12:42:03 +0000 Subject: [PATCH] chore(deps): bump the actions group with 7 updates Bumps the actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) | `3.0.2` | `5.0.2` | | [actions/checkout](https://github.com/actions/checkout) | `4.4.0` | `7.0.1` | | [pnpm/action-setup](https://github.com/pnpm/action-setup) | `4.3.0` | `6.0.10` | | [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) | `4.2.2` | `6.0.0` | | [actions/github-script](https://github.com/actions/github-script) | `6.4.1` | `9.0.0` | | [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) | `2.1.2` | `4.0.1` | | [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) | `2.1.1` | `5.0.0` | Updates `peter-evans/slash-command-dispatch` from 3.0.2 to 5.0.2 - [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases) - [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/v3.0.2...v5.0.2) Updates `actions/checkout` from 4.4.0 to 7.0.1 - [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/v4.4.0...v7.0.1) Updates `pnpm/action-setup` from 4.3.0 to 6.0.10 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.3.0...v6.0.10) Updates `cycjimmy/semantic-release-action` from 4.2.2 to 6.0.0 - [Release notes](https://github.com/cycjimmy/semantic-release-action/releases) - [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/cycjimmy/semantic-release-action/compare/v4.2.2...v6.0.0) Updates `actions/github-script` from 6.4.1 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.4.1...v9.0.0) Updates `peter-evans/repository-dispatch` from 2.1.2 to 4.0.1 - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v2.1.2...v4.0.1) Updates `peter-evans/create-or-update-comment` from 2.1.1 to 5.0.0 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2.1.1...v5.0.0) --- updated-dependencies: - dependency-name: peter-evans/slash-command-dispatch dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pnpm/action-setup dependency-version: 6.0.10 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: cycjimmy/semantic-release-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/repository-dispatch dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/create-or-update-comment dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/command.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/schema-change-notification.yml | 6 +++--- .github/workflows/test.yml | 4 ++-- .github/workflows/update-devdoc.yml | 2 +- .github/workflows/update-dist.yml | 6 +++--- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/command.yml b/.github/workflows/command.yml index 546da5c1..a87c7fc4 100644 --- a/.github/workflows/command.yml +++ b/.github/workflows/command.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Slash Command Dispatch - uses: peter-evans/slash-command-dispatch@v3.0.2 + uses: peter-evans/slash-command-dispatch@v5.0.2 with: token: ${{ secrets.WOOSMAP_GH_ACCESS_TOKEN }} reaction-token: ${{ secrets.WOOSMAP_GH_ACCESS_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00e65947..e5d8a57f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,10 @@ jobs: WOOSMAP_PUBLIC_API_KEY: "${{ secrets.WOOSMAP_PUBLIC_API_KEY }}" WOOSMAP_PRIVATE_API_KEY: "${{ secrets.WOOSMAP_PRIVATE_API_KEY }}" steps: - - uses: actions/checkout@v4.4.0 + - uses: actions/checkout@v7.0.1 with: token: ${{ secrets.WOOSMAP_GH_ACCESS_TOKEN }} - - uses: pnpm/action-setup@v4.3.0 + - uses: pnpm/action-setup@v6.0.10 with: version: 9.15.9 - name: Install dependencies @@ -25,7 +25,7 @@ jobs: - run: pnpm run build - run: pnpm test - name: Semantic Release - uses: cycjimmy/semantic-release-action@v4.2.2 + uses: cycjimmy/semantic-release-action@v6.0.0 with: extra_plugins: | "@semantic-release/commit-analyzer" diff --git a/.github/workflows/schema-change-notification.yml b/.github/workflows/schema-change-notification.yml index af5928d3..3aeeb55e 100644 --- a/.github/workflows/schema-change-notification.yml +++ b/.github/workflows/schema-change-notification.yml @@ -13,7 +13,7 @@ jobs: actions: read steps: - name: Checkout code - uses: actions/checkout@v4.4.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0 @@ -44,7 +44,7 @@ jobs: - name: Comment on PR or linked Issue if schemas changed if: steps.schema_changes.outputs.changed_files && steps.findPr.outputs.number != '' - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v9.0.0 with: github-token: ${{ secrets.HELPER_TOKEN }} script: | @@ -89,7 +89,7 @@ jobs: - name: Create issue in Woosmap/woosmap if schemas changed if: steps.schema_changes.outputs.changed_files && steps.findPr.outputs.number != '' - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v9.0.0 with: github-token: ${{ secrets.HELPER_TOKEN }} script: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54be65d7..f2c5b050 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,8 +5,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.4.0 - - uses: pnpm/action-setup@v4.3.0 + - uses: actions/checkout@v7.0.1 + - uses: pnpm/action-setup@v6.0.10 with: version: 9.15.9 - name: Install dependencies diff --git a/.github/workflows/update-devdoc.yml b/.github/workflows/update-devdoc.yml index 8b08cf5a..419d9925 100644 --- a/.github/workflows/update-devdoc.yml +++ b/.github/workflows/update-devdoc.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Dispatch Release Event - uses: peter-evans/repository-dispatch@v2.1.2 + uses: peter-evans/repository-dispatch@v4.0.1 with: token: ${{ secrets.WOOSMAP_GH_ACCESS_TOKEN }} repository: woosmap/developers.woosmap.com diff --git a/.github/workflows/update-dist.yml b/.github/workflows/update-dist.yml index 0bd409f3..caf02b76 100644 --- a/.github/workflows/update-dist.yml +++ b/.github/workflows/update-dist.yml @@ -6,12 +6,12 @@ jobs: update-dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.4.0 + - uses: actions/checkout@v7.0.1 with: token: ${{ secrets.WOOSMAP_GH_ACCESS_TOKEN }} repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} ref: ${{ github.event.client_payload.pull_request.head.ref }} - - uses: pnpm/action-setup@v4.3.0 + - uses: pnpm/action-setup@v6.0.10 with: version: 9.15.9 - name: Install dependencies @@ -25,7 +25,7 @@ jobs: git commit -m "chore: update dist folder [skip ci]" || true git push origin - name: Add reaction - uses: peter-evans/create-or-update-comment@v2.1.1 + uses: peter-evans/create-or-update-comment@v5.0.0 with: token: ${{ secrets.WOOSMAP_GH_ACCESS_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }}