From 28c5405a013a1926ac4fb6e244f65629b5d0737b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 15:31:06 -0800 Subject: [PATCH] Bump actions/github-script from 5 to 6 (#4853) 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/e2e-pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-pr.yml b/.github/workflows/e2e-pr.yml index c14c037701..3230b3f590 100644 --- a/.github/workflows/e2e-pr.yml +++ b/.github/workflows/e2e-pr.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Trigger Success - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: script: | github.rest.issues.createComment({ @@ -34,7 +34,7 @@ jobs: path: test-results - name: Test success if: ${{ success() }} - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: script: | github.rest.issues.createComment({ @@ -45,7 +45,7 @@ jobs: }) - name: Test failure if: ${{ failure() }} - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: script: | github.rest.issues.createComment({