From 38903e57cac82926a27e7c9d819a360d80792d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 17:16:09 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 5 to 6 Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v6) --- 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 87453cfaf..3859624c2 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@v5 + - uses: actions/github-script@v6 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/feedback_pull_request.yml b/.github/workflows/feedback_pull_request.yml index d3e5d22e9..f5f6ab40c 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@v5 + - uses: actions/github-script@v6 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |