From b8fbfb370b3cba7b0f736e7dbdf7220cadca5fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 22:03:32 +0000 Subject: [PATCH] Bump actions/github-script from 7 to 8 in the github-actions group Bumps the github-actions group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/add-pr-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-pr-to-project.yml b/.github/workflows/add-pr-to-project.yml index fd958e69c5..8aa668c323 100644 --- a/.github/workflows/add-pr-to-project.yml +++ b/.github/workflows/add-pr-to-project.yml @@ -68,7 +68,7 @@ jobs: PROJECT_ID: "PVT_kwDOAGc3Zs0iZw" GITHUB_TOKEN: ${{ steps.get_token.outputs.app_token }} - name: Add label - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: add_label with: github-token: ${{ steps.get_token.outputs.app_token }}