From 1e376f2e3f48016e89a178837bd64cf9d89950a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:53:19 +0000 Subject: [PATCH] Bump the all group across 1 directory with 4 updates Bumps the all group with 4 updates in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files), [chrnorm/deployment-action](https://github.com/chrnorm/deployment-action), [chrnorm/deployment-status](https://github.com/chrnorm/deployment-status) and [actions/github-script](https://github.com/actions/github-script). Updates `tj-actions/changed-files` from 47.0.1 to 47.0.6 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/e0021407031f5be11a464abee9a0776171c79891...9426d40962ed5378910ee2e21d5f8c6fcbf2dd96) Updates `chrnorm/deployment-action` from 2.0.7 to 2.0.8 - [Release notes](https://github.com/chrnorm/deployment-action/releases) - [Commits](https://github.com/chrnorm/deployment-action/compare/v2.0.7...v2.0.8) Updates `chrnorm/deployment-status` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/chrnorm/deployment-status/releases) - [Commits](https://github.com/chrnorm/deployment-status/compare/v2.0.3...v2.0.4) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: chrnorm/deployment-action dependency-version: 2.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: chrnorm/deployment-status dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tj-actions/changed-files dependency-version: 47.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/axe.yml | 2 +- .github/workflows/deploy_preview.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/welcome.yml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/axe.yml b/.github/workflows/axe.yml index 691725a724..05f188922e 100644 --- a/.github/workflows/axe.yml +++ b/.github/workflows/axe.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 + uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 with: files: | docs/content/components/**/*.md diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index a3fa29e482..bd7cde73b7 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: chrnorm/deployment-action@v2.0.7 + - uses: chrnorm/deployment-action@v2.0.8 name: Create GitHub deployment for storybook id: storybook with: @@ -42,7 +42,7 @@ jobs: - name: Update storybook deployment status (success) if: success() - uses: chrnorm/deployment-status@v2.0.3 + uses: chrnorm/deployment-status@v2.0.4 with: token: ${{ secrets.GITHUB_TOKEN }} environment-url: '${{ needs.deploy.outputs.deployment_url }}/storybook' @@ -51,7 +51,7 @@ jobs: - name: Update storybook deployment status (failure) if: failure() - uses: chrnorm/deployment-status@v2.0.3 + uses: chrnorm/deployment-status@v2.0.4 with: token: ${{ secrets.GITHUB_TOKEN }} state: 'failure' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fd9f9771e..ebae8c4d7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Output candidate version number - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index f001c2fc4d..713febe5b3 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -25,7 +25,7 @@ jobs: cache: 'npm' - name: Get or Create Comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -111,7 +111,7 @@ jobs: name: Semantic Version Label runs-on: ubuntu-latest steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 id: version-result with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -124,7 +124,7 @@ jobs: return match[0][1] } - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 env: RELEASE: ${{ steps.version-result.outputs.result }} with: