Skip to content

Commit d36fd1a

Browse files
Bump actions/github-script from 7 to 8 (#355)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b2be03 commit d36fd1a

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
@@ -221,7 +221,7 @@ jobs:
221221
}
222222
223223
- name: Upload release assets
224-
uses: actions/github-script@v7
224+
uses: actions/github-script@v8
225225
with:
226226
github-token: ${{ secrets.GITHUB_TOKEN }}
227227
script: |
@@ -245,7 +245,7 @@ jobs:
245245
runs-on: ubuntu-latest
246246
steps:
247247
- name: Trigger "Create Pull Request" workflow
248-
uses: actions/github-script@v7
248+
uses: actions/github-script@v8
249249
with:
250250
github-token: ${{ secrets.GITHUB_TOKEN }}
251251
script: |

0 commit comments

Comments
 (0)