Skip to content

Commit e51fac7

Browse files
chore(deps): bump actions/github-script in the github-actions group (#405)
Bumps the github-actions group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01859f0 commit e51fac7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: 'maven'
2020
- name: Get latest fixed open api definition
2121
id: latest-openapi
22-
uses: actions/github-script@v8
22+
uses: actions/github-script@v9
2323
with:
2424
github-token: ${{secrets.GITHUB_TOKEN}}
2525
result-encoding: string
@@ -60,7 +60,7 @@ jobs:
6060
run: 'echo "Pull Request ${{ steps.cpr.outputs.pull-request-operation }}: ${{ steps.cpr.outputs.pull-request-url }}"'
6161
- name: Comment on PR
6262
if: steps.cpr.outputs.pull-request-operation == 'created'
63-
uses: actions/github-script@v8
63+
uses: actions/github-script@v9
6464
with:
6565
github-token: ${{secrets.GITHUB_TOKEN}}
6666
script: |

0 commit comments

Comments
 (0)