From dd38e93d647a2e39924ac81ec825e160841cd54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:01:32 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create_credentials_requirements_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_credentials_requirements_pr.yml b/.github/workflows/create_credentials_requirements_pr.yml index a6a0ae6b..8f20de38 100644 --- a/.github/workflows/create_credentials_requirements_pr.yml +++ b/.github/workflows/create_credentials_requirements_pr.yml @@ -45,7 +45,7 @@ jobs: # Create a PR and comment on original PR - name: create PR - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{secrets.REQUIREMENTS_BOT_GITHUB_TOKEN}} script: |