Skip to content

Commit a848ca5

Browse files
ci(deps): bump actions/github-script from 7 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61ccff2 commit a848ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot-retarget-to-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Change base branch to develop
19-
uses: actions/github-script@v7
19+
uses: actions/github-script@v9
2020
with:
2121
script: |
2222
const pr = context.payload.pull_request;

0 commit comments

Comments
 (0)