From 402904e1cc144cf07e9a94385a738a4beb498eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:54:54 +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/setup-node](https://github.com/actions/setup-node), [actions/cache](https://github.com/actions/cache) and [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) Updates `slackapi/slack-github-action` from 3.0.3 to 4.0.0 - [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/v3.0.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache 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: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/icon-export.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/send-slack-notification.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/icon-export.yml b/.github/workflows/icon-export.yml index 5854881..56976f5 100644 --- a/.github/workflows/icon-export.yml +++ b/.github/workflows/icon-export.yml @@ -53,7 +53,7 @@ jobs: ref: ${{ inputs.ref }} - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 20.x @@ -68,7 +68,7 @@ jobs: run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT} - name: Cache node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-node-modules env: cache-name: cache-node-modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e809645..21764d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,7 +139,7 @@ jobs: echo "COMMIT_MESSAGE=$(git log --pretty=format:%s -n 1 HEAD~)" >> $GITHUB_ENV - name: Send Slack Notification - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} DATE: ${{ env.CURRENT_DATE }} diff --git a/.github/workflows/send-slack-notification.yml b/.github/workflows/send-slack-notification.yml index 5e3aeda..d41ad2b 100644 --- a/.github/workflows/send-slack-notification.yml +++ b/.github/workflows/send-slack-notification.yml @@ -32,7 +32,7 @@ jobs: echo "COMMIT_MESSAGE=$(git log --pretty=format:%s -n 1 HEAD~)" >> $GITHUB_ENV - name: Send Slack Notification - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} DATE: ${{ env.CURRENT_DATE }}