diff --git a/README.md b/README.md index 39c02fc..2e5ff03 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ jobs: - name: Create a status check for the code coverage results id: dotnet-coverage-check # You may also reference just the major or major.minor version - uses: im-open/process-code-coverage-summary@v2.3.0 + uses: im-open/process-code-coverage-summary@v2.3.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} summary-file: './coverage-results/dotnet-summary.md' @@ -166,7 +166,7 @@ jobs: - name: create status check/comment for code coverage results id: jest_coverage_check - uses: im-open/process-code-coverage-summary@v2.3.0 + uses: im-open/process-code-coverage-summary@v2.3.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} summary-file: './coverage-results/jest-summary.md' diff --git a/action.yml b/action.yml index 39a280f..93bfe31 100644 --- a/action.yml +++ b/action.yml @@ -76,5 +76,5 @@ outputs: description: 'The ID of the PR comment that was created. This is only set if `create-pr-comment` is `true` and a PR was created successfully.' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'