feat: bump actions/github-script from 8 to 9 (#178)

This commit is contained in:
dependabot[bot]
2026-04-14 00:07:56 +02:00
committed by GitHub
parent ef035f61a9
commit e6f2616609

View File

@@ -102,7 +102,7 @@ jobs:
- name: Create issue for mismatches
if: steps.compare.outputs.has_mismatches == 'true' && github.event_name != 'pull_request'
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |