From ff43cad88a863f92066862042ea86cc6f77f1880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:07:08 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 2 directories with 2 updates Bumps the github-actions group with 1 update in the / directory: [actions/setup-node](https://github.com/actions/setup-node). Bumps the github-actions group with 1 update in the /.github/actions/notify-slack directory: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `actions/setup-node` from 4 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v7) Updates `slackapi/slack-github-action` from 3.0.5 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.5...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: 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/actions/notify-slack/action.yml | 2 +- .github/workflows/web.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/notify-slack/action.yml b/.github/actions/notify-slack/action.yml index 5a3a5c58..426f7cba 100644 --- a/.github/actions/notify-slack/action.yml +++ b/.github/actions/notify-slack/action.yml @@ -18,7 +18,7 @@ inputs: runs: using: "composite" steps: - - uses: slackapi/slack-github-action@v3.0.5 + - uses: slackapi/slack-github-action@v4.0.0 with: webhook: ${{ inputs.webhook }} webhook-type: incoming-webhook diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 2d1fb9e1..350a3bdc 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -89,7 +89,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libvips - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version-file: web/.nvmrc cache: npm @@ -211,7 +211,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libvips - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version-file: web/.nvmrc cache: npm