aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-14 11:06:06 +0000
committerGitHub <noreply@github.com>2022-03-14 11:06:06 +0000
commit2514271f0829910713bd1ac9890c2da4b7a69902 (patch)
tree3ee8416843ebc9cc26985b3f48a6c7868920fee4
parent6cfe2f056f5edfe4c5ce658f3f81ef6d21667132 (diff)
downloadtranslated-content-2514271f0829910713bd1ac9890c2da4b7a69902.tar.gz
translated-content-2514271f0829910713bd1ac9890c2da4b7a69902.tar.bz2
translated-content-2514271f0829910713bd1ac9890c2da4b7a69902.zip
Bump actions/github-script from 5 to 6dependabot/github_actions/actions/github-script-6
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...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>
-rw-r--r--.github/workflows/pr-review-companion.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-review-companion.yml b/.github/workflows/pr-review-companion.yml
index 97bc8ffb9a..b07b63b1a2 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@v5
+ uses: actions/github-script@v6
with:
script: |
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({