Bump actions/github-script from 7 to 8 (#15)

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/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>
This commit is contained in:
dependabot[bot]
2025-11-25 16:23:32 -03:00
committed by GitHub
parent 5ec74fc920
commit 4771369334

View File

@@ -25,7 +25,7 @@ jobs:
- name: Validate OrcaSlicer image references
id: validate_images
uses: actions/github-script@v7
uses: actions/github-script@v8
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
HEAD_SHA: ${{ github.event.pull_request.head.sha }}