Skip to content

Commit a2c277f

Browse files
feat(deps): bump actions/github-script from 8.0.0 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9656d14 commit a2c277f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
continue-on-error: ${{ github.event_name == 'pull_request' }}
103103
with:
104104
configFile: ${{ steps.set_config.outputs.commitlintconfig }}
105-
- uses: actions/github-script@v8.0.0
105+
- uses: actions/github-script@v9.0.0
106106
if: github.event_name == 'pull_request'
107107
with:
108108
script: |

0 commit comments

Comments
 (0)