From 51b85ad463dabbf03805d3100eb87de8b390a1c0 Mon Sep 17 00:00:00 2001 From: Carlos Balcazar Date: Mon, 23 Mar 2026 22:58:49 -0500 Subject: [PATCH 1/2] update node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From 09f472b5adfb5bbb46a046f89e859be465072da6 Mon Sep 17 00:00:00 2001 From: Carlos Balcazar Date: Mon, 23 Mar 2026 23:06:44 -0500 Subject: [PATCH 2/2] update version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'