build(deps): bump actions/github-script from 8 to 9 (#2849)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
release: 25
|
release: 25
|
||||||
|
|
||||||
- name: Set jadx version
|
- name: Set jadx version
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const jadxVersion = context.ref.split('/').pop().substring(1)
|
const jadxVersion = context.ref.split('/').pop().substring(1)
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
java-version: 25
|
java-version: 25
|
||||||
|
|
||||||
- name: Set jadx version and release name
|
- name: Set jadx version and release name
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const jadxVersion = context.ref.split('/').pop().substring(1)
|
const jadxVersion = context.ref.split('/').pop().substring(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user