diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2705cbe65..f024c403e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: distribution: 'zulu' java-version: ${{ matrix.test_java_version }} - name: Provide installed JDKs - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: provideJdkPaths with: script: | diff --git a/.github/workflows/check-dependencies.yml b/.github/workflows/check-dependencies.yml index 3c9d3e4cc..f553002ef 100644 --- a/.github/workflows/check-dependencies.yml +++ b/.github/workflows/check-dependencies.yml @@ -16,7 +16,7 @@ jobs: with: arguments: checkDependencyUpdates -DoutputFormatter=plain,json - name: Create issue/comment if ASM is not up-to-date - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: GITHUB_SERVER_URL: ${{github.server_url}} GITHUB_REPOSITORY: ${{github.repository}}