From 33f16133fa8eee872a5459ad80de0fe3c69fae38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 18:35:59 +0000 Subject: [PATCH] fix: bump the action-dependencies-version group across 2 directories with 3 updates Bumps the action-dependencies-version group with 1 update in the /.github/actions/github-app-token directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Bumps the action-dependencies-version group with 2 updates in the /public/setup-node-pnpm directory: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/1b10c78c7865c340bc4f6099eb2f838309f1e8c3...bcd2ba49218906704ab6c1aa796996da409d3eb1) Updates `pnpm/action-setup` from 6.0.0 to 6.0.8 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/08c4be7e2e672a47d11bd04269e27e5f3e8529cb...0e279bb959325dab635dd2c09392533439d90093) Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-dependencies-version - dependency-name: pnpm/action-setup dependency-version: 6.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-dependencies-version - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-dependencies-version ... Signed-off-by: dependabot[bot] --- .github/actions/github-app-token/action.yaml | 2 +- public/setup-node-pnpm/action.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/github-app-token/action.yaml b/.github/actions/github-app-token/action.yaml index 754781a..a31f3ed 100644 --- a/.github/actions/github-app-token/action.yaml +++ b/.github/actions/github-app-token/action.yaml @@ -18,7 +18,7 @@ runs: using: composite steps: - id: generate-token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 #v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 #v3.2.0 with: app-id: ${{ inputs.app_id }} private-key: ${{ inputs.app_private_key }} diff --git a/public/setup-node-pnpm/action.yaml b/public/setup-node-pnpm/action.yaml index 57efd34..f22d119 100644 --- a/public/setup-node-pnpm/action.yaml +++ b/public/setup-node-pnpm/action.yaml @@ -9,10 +9,10 @@ runs: using: 'composite' steps: - name: Setup pnpm - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0 + uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 - name: Use Node.js ${{ inputs.node-version }} - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: registry-url: 'https://registry.npmjs.org' node-version: ${{ inputs.node-version }}