From 6165da77a68d3fe5c076386ad129d0668b321e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 15:34:47 +0000 Subject: [PATCH] chore(deps): Bump actions/github-script from 7 to 9 in the actions group Bumps the actions group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 7 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/conda_env_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda_env_test.yml b/.github/workflows/conda_env_test.yml index ced716ac..0a8ff08b 100644 --- a/.github/workflows/conda_env_test.yml +++ b/.github/workflows/conda_env_test.yml @@ -265,7 +265,7 @@ jobs: issues: write steps: - name: Alert on failed or skipped key jobs - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: NEEDS: ${{ toJSON(needs) }} with: