From 91b237fdbfdc650e1bf1e6db9b906f1619df2624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Nov 2021 11:24:01 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 4 to 5 Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/feedback_issue.yml | 2 +- .github/workflows/feedback_pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feedback_issue.yml b/.github/workflows/feedback_issue.yml index c329b39..20b5ff9 100644 --- a/.github/workflows/feedback_issue.yml +++ b/.github/workflows/feedback_issue.yml @@ -6,7 +6,7 @@ jobs: comment: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v4 + - uses: actions/github-script@v5 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/feedback_pull_request.yml b/.github/workflows/feedback_pull_request.yml index bd3b225..275b875 100644 --- a/.github/workflows/feedback_pull_request.yml +++ b/.github/workflows/feedback_pull_request.yml @@ -6,7 +6,7 @@ jobs: comment: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v4 + - uses: actions/github-script@v5 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |