Browse Source

chore(deps): bump actions/github-script from 6 to 7 (#2889)

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

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 years ago
parent
commit
ae258f0dcd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/e2e-managed.yml
  2. 1 1
      .github/workflows/e2e.yml

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

@@ -72,7 +72,7 @@ jobs:
     - uses: ./.github/actions/e2e-managed
 
     # set status=completed
-    - uses: actions/github-script@v6
+    - uses: actions/github-script@v7
       if: ${{ always() }}
       env:
         number: ${{ env.GITHUB_PR_NUMBER }}

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

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