Skip to content

Commit b72fcaf

Browse files
dependabot[bot]hankem
authored andcommitted
Bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@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>
1 parent fc1881d commit b72fcaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
distribution: 'zulu'
6464
java-version: ${{ matrix.test_java_version }}
6565
- name: Provide installed JDKs
66-
uses: actions/github-script@v8
66+
uses: actions/github-script@v9
6767
id: provideJdkPaths
6868
with:
6969
script: |
@@ -112,7 +112,7 @@ jobs:
112112
distribution: 'zulu'
113113
java-version: ${{ matrix.test_java_version }}
114114
- name: Provide installed JDKs
115-
uses: actions/github-script@v8
115+
uses: actions/github-script@v9
116116
id: provideJdkPaths
117117
with:
118118
script: |

.github/workflows/check-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Check for dependency updates
1717
run: ./gradlew checkDependencyUpdates -DoutputFormatter=plain,json
1818
- name: Create issue/comment if ASM is not up-to-date
19-
uses: actions/github-script@v8
19+
uses: actions/github-script@v9
2020
env:
2121
GITHUB_SERVER_URL: ${{github.server_url}}
2222
GITHUB_REPOSITORY: ${{github.repository}}

0 commit comments

Comments
 (0)