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:
parent
84b7e820d9
commit
d6602b5698
2 changed files with 3 additions and 3 deletions
4
.github/workflows/e2e-managed.yml
vendored
4
.github/workflows/e2e-managed.yml
vendored
|
@ -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 }}
|
||||
|
|
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue