Skip to content

Commit d0837c1

Browse files
chore(deps): bump actions/github-script in the github-actions group (#370)
Bumps the github-actions group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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 be54b51 commit d0837c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v7
22+
uses: actions/github-script@v8
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@v7
63+
uses: actions/github-script@v8
6464
with:
6565
github-token: ${{secrets.GITHUB_TOKEN}}
6666
script: |

0 commit comments

Comments
 (0)