Skip to content

Commit 13829bb

Browse files
Bump actions/github-script from 8 to 9
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>
1 parent d75b46f commit 13829bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-python-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
}
226226
227227
- name: Upload release assets
228-
uses: actions/github-script@v8
228+
uses: actions/github-script@v9
229229
with:
230230
github-token: ${{ secrets.GITHUB_TOKEN }}
231231
script: |
@@ -249,7 +249,7 @@ jobs:
249249
runs-on: ubuntu-latest
250250
steps:
251251
- name: Trigger "Create Pull Request" workflow
252-
uses: actions/github-script@v8
252+
uses: actions/github-script@v9
253253
with:
254254
github-token: ${{ secrets.GITHUB_TOKEN }}
255255
script: |

0 commit comments

Comments
 (0)