From 6164a585d126a7c8c05e19e4cea2ebccb3b9b502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 03:41:00 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [pnpm/action-setup](https://github.com/pnpm/action-setup), [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) and [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action). Updates `pnpm/action-setup` from 5 to 6 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...v6) Updates `slackapi/slack-github-action` from 3.0.1 to 3.0.3 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/af78098f536edbc4de71162a307590698245be95...45a88b9581bfab2566dc881e2cd66d334e621e2c) Updates `orhun/git-cliff-action` from 4.7.1 to 4.8.0 - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/c93ef52f3d0ddcdcc9bd5447d98d458a11cd4f72...f50e11560dce63f7c33227798f90b924471a88b5) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: slackapi/slack-github-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b8b8c52..743727b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ jobs: node-version: [24.X] steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 with: version: 10 run_install: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eddab94..eff7b58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: id: start_timestamp run: echo "timestamp=$EPOCHSECONDS" >> "$GITHUB_OUTPUT" - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 with: version: 10 run_install: false @@ -43,7 +43,7 @@ jobs: START_TIMESTAMP: ${{ steps.start_timestamp.outputs.timestamp }} run: echo "timedelta=$((EPOCHSECONDS - START_TIMESTAMP))" >> "$GITHUB_OUTPUT" if: always() - - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 #3.0.1 + - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #3.0.3 with: errors: true method: chat.postMessage diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ac52165..adfce7e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 with: version: 10 run_install: false @@ -48,7 +48,7 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" pnpm version minor -m "chore(release): v%s" - name: Changelog - uses: orhun/git-cliff-action@c93ef52f3d0ddcdcc9bd5447d98d458a11cd4f72 #4.7.1 + uses: orhun/git-cliff-action@f50e11560dce63f7c33227798f90b924471a88b5 #4.8.0 env: OUTPUT: CHANGELOG.md - name: Commit @@ -66,7 +66,7 @@ jobs: START_TIMESTAMP: ${{ steps.start_timestamp.outputs.timestamp }} run: echo "timedelta=$((EPOCHSECONDS - START_TIMESTAMP))" >> "$GITHUB_OUTPUT" if: always() - - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 #3.0.1 + - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #3.0.3 with: errors: true method: chat.postMessage