From fc91820709354cf4f43cf13e4ded28257d8a6d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 19:35:32 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 (#131) * 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] * ci workflow trigger --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef --- .github/workflows/charts.yml | 2 +- .github/workflows/issues.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts.yml b/.github/workflows/charts.yml index 2bfc4a7..76f94c1 100644 --- a/.github/workflows/charts.yml +++ b/.github/workflows/charts.yml @@ -104,7 +104,7 @@ jobs: if: ${{ github.event_name == 'pull_request' }} steps: - name: Auto Approve PR - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | github.rest.pulls.createReview({ diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index be9a073..2d8cb1a 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -13,7 +13,7 @@ jobs: id-token: write issues: write steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: github-token: ${{ github.token }} script: |