From cfbd0351af587bafd4fdb62bb199ac65d424558b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 10:45:37 -0800 Subject: [PATCH] Bump actions/github-script from 5 to 6 (#2422) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/issues.yaml | 2 +- .github/workflows/notifications.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml index cd4f33a799..0bd4775acd 100644 --- a/.github/workflows/issues.yaml +++ b/.github/workflows/issues.yaml @@ -16,7 +16,7 @@ jobs: run: | text="\n\n I\'ve parsed the text of your issue and it looks like you might be mixing up the two Ingress Controllers, please take a look at this [page](https://docs.nginx.com/nginx-ingress-controller/intro/nginx-ingress-controllers) to see the differences between \`nginxinc/kubernetes-ingress\` (this repo) and \`kubernetes/ingress-nginx\`." echo "::set-output name=text::$text" - - uses: actions/github-script@v5 + - uses: actions/github-script@v6 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/notifications.yml b/.github/workflows/notifications.yml index 8d10a3c341..0db497d698 100644 --- a/.github/workflows/notifications.yml +++ b/.github/workflows/notifications.yml @@ -18,7 +18,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'failure' }} steps: - name: Data - uses: actions/github-script@v5 + uses: actions/github-script@v6 continue-on-error: true id: data with: