From a175798fb0222913a3af44991987193acb4a1efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 01:04:31 +0000 Subject: [PATCH] chore(deps): 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](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] --- .github/workflows/02-deploy-gh-pages.yml | 2 +- .github/workflows/update-prs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/02-deploy-gh-pages.yml b/.github/workflows/02-deploy-gh-pages.yml index 3f2fd186..a360888a 100644 --- a/.github/workflows/02-deploy-gh-pages.yml +++ b/.github/workflows/02-deploy-gh-pages.yml @@ -47,7 +47,7 @@ jobs: id: extract - name: 📛 Get repo name - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: repo-name with: result-encoding: string diff --git a/.github/workflows/update-prs.yml b/.github/workflows/update-prs.yml index 25a02913..bed81793 100644 --- a/.github/workflows/update-prs.yml +++ b/.github/workflows/update-prs.yml @@ -16,7 +16,7 @@ jobs: - name: ⌚ Update PRs id: update-prs - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | # deactivated this for the moment, as it probably doesn't make any sense on GitHub.com with our limited runners