Skip to content

Commit 1a1ea1a

Browse files
build(deps): bump actions/github-script from 8 to 9 (#80)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8b22f4 commit 1a1ea1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-mocks.yml

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

3434
- name: Create issue on failure
3535
if: steps.validate.outcome == 'failure'
36-
uses: actions/github-script@v8
36+
uses: actions/github-script@v9
3737
with:
3838
script: |
3939
const title = 'Mock Selector Validation Failed';

0 commit comments

Comments
 (0)