| commit | a836ced3e0203650ef8287997c8cf933d76e969c | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Sep 05 03:10:10 2025 +0000 |
| committer | GitHub <noreply@github.com> | Fri Sep 05 03:10:10 2025 +0000 |
| tree | 83840710c1613115619c3ce483ec38b0e5f9de57 | |
| parent | 6b96066acd5b076897df0bb82d8e9b7e53391003 [diff] |
chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/ensure-platforms.yml b/.github/workflows/ensure-platforms.yml index 383793a..5ce3e6e 100644 --- a/.github/workflows/ensure-platforms.yml +++ b/.github/workflows/ensure-platforms.yml
@@ -49,7 +49,7 @@ - name: Set Platform options id: platform_opts - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8.0.0 env: OS: ${{ matrix.os }} with: @@ -67,7 +67,7 @@ - name: Calculate platform suffix id: platform_suffix - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8.0.0 env: OS: ${{ matrix.os }} with: