1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

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>
This commit is contained in:
dependabot[bot] 2023-11-20 10:08:26 +01:00 committed by GitHub
parent 325f36e47d
commit ae258f0dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -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: