Skip to content

Commit 2b4e7e4

Browse files
chore(deps): update actions/github-script action to v9
1 parent fba8f4a commit 2b4e7e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
poetry run pytest --cov=splunk_add_on_ucc_framework --cov-report=json:/tmp/coverage/pr-coverage.json tests/unit
5151
5252
- name: Process coverage data and comment on PR
53-
uses: actions/github-script@v8
53+
uses: actions/github-script@v9
5454
with:
5555
script: |
5656
const { default: compareDiff } = await import('${{ github.workspace }}/.github/scripts/code-coverage.mjs')

0 commit comments

Comments
 (0)