Skip to content

Commit 4f034fe

Browse files
chore(deps): bump actions/github-script in the actions-deps group
Bumps the actions-deps group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d6b78c commit 4f034fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-pr-opened.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pr-number: ${{ steps.set-pr-number.outputs.pr-number }}
1616
steps:
1717
- id: set-pr-number
18-
uses: actions/github-script@v8.0.0
18+
uses: actions/github-script@v9.0.0
1919
with:
2020
script: |
2121
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({

0 commit comments

Comments
 (0)