diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d11b4a0..659ed6d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -40,7 +40,7 @@ jobs: run: ./gradlew lintRelease ktlintCheck detekt spotlessCheck --scan - name: (Fail-only) Comment Build Scan Url - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: github.event_name == 'pull_request' && failure() with: github-token: ${{secrets.GITHUB_TOKEN}} @@ -147,7 +147,7 @@ jobs: verbose: true - name: Comment Build Scan Url - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: github.event_name == 'pull_request' && failure() with: github-token: ${{secrets.GITHUB_TOKEN}}