Skip to content

Commit 1482c9c

Browse files
Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9aa7b46 commit 1482c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v7
228+
uses: actions/github-script@v8
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@v7
252+
uses: actions/github-script@v8
253253
with:
254254
github-token: ${{ secrets.GITHUB_TOKEN }}
255255
script: |

0 commit comments

Comments
 (0)