Browse Source

build(deps): bump actions/github-script from 1 to 6

Bumps [actions/github-script](https://github.com/actions/github-script) from 1 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v1...v6)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 years ago
parent
commit
d6602b5698
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .github/workflows/e2e-managed.yml
  2. 1 1
      .github/workflows/e2e.yml

+ 2 - 2
.github/workflows/e2e-managed.yml

@@ -49,7 +49,7 @@ jobs:
     steps:
     steps:
 
 
     # create new status check for this specific provider
     # create new status check for this specific provider
-    - uses: actions/github-script@v1
+    - uses: actions/github-script@v6
       if: ${{ always() }}
       if: ${{ always() }}
       env:
       env:
         number: ${{ github.event.client_payload.pull_request.number }}
         number: ${{ github.event.client_payload.pull_request.number }}
@@ -201,7 +201,7 @@ jobs:
         make tf.destroy.${PROVIDER}
         make tf.destroy.${PROVIDER}
 
 
     # set status=completed
     # set status=completed
-    - uses: actions/github-script@v1
+    - uses: actions/github-script@v6
       if: ${{ always() }}
       if: ${{ always() }}
       env:
       env:
         number: ${{ github.event.client_payload.pull_request.number }}
         number: ${{ github.event.client_payload.pull_request.number }}

+ 1 - 1
.github/workflows/e2e.yml

@@ -156,7 +156,7 @@ jobs:
         make test.e2e
         make test.e2e
 
 
     # Update check run called "integration-fork"
     # Update check run called "integration-fork"
-    - uses: actions/github-script@v1
+    - uses: actions/github-script@v6
       id: update-check-run
       id: update-check-run
       if: ${{ always() }}
       if: ${{ always() }}
       env:
       env: