diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-06 08:40:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 08:40:11 -0700 |
commit | 461e2b832e4251512a2a5cd24e560b9a1da82df2 (patch) | |
tree | 6106619408828b7d1f7e6d55bcf0dfc5e3fa8d91 /.github | |
parent | 1b39d65825f4c1b8028d6469f2088513e78a9e48 (diff) | |
download | translated-content-461e2b832e4251512a2a5cd24e560b9a1da82df2.tar.gz translated-content-461e2b832e4251512a2a5cd24e560b9a1da82df2.tar.bz2 translated-content-461e2b832e4251512a2a5cd24e560b9a1da82df2.zip |
Bump actions/github-script from 4.0.2 to 5 (#2589)
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 5.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v4.0.2...v5)
---
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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pr-review-companion.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-review-companion.yml b/.github/workflows/pr-review-companion.yml index e6fe7a5b96..5424f2ae70 100644 --- a/.github/workflows/pr-review-companion.yml +++ b/.github/workflows/pr-review-companion.yml @@ -25,7 +25,7 @@ jobs: steps: - name: 'Download artifact' - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v5 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({ |