Skip to content

Commit 7f6a483

Browse files
build(deps): bump actions/github-script from 7 to 9 in the actions group (#135)
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](actions/github-script@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrey Fedorov <fedorov@bwh.harvard.edu>
1 parent 9aa436f commit 7f6a483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gcs-cors-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Open issue on failure
3939
if: steps.tests.outcome == 'failure'
40-
uses: actions/github-script@v7
40+
uses: actions/github-script@v9
4141
with:
4242
script: |
4343
const title = 'GCS CORS health check failed';

0 commit comments

Comments
 (0)