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

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>
This commit is contained in:
dependabot[bot] 2022-02-14 08:05:09 +00:00 committed by GitHub
parent 84b7e820d9
commit d6602b5698
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

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