diff --git a/.github/workflows/entropy-check.yml b/.github/workflows/entropy-check.yml index 3d30546..0b4abc7 100644 --- a/.github/workflows/entropy-check.yml +++ b/.github/workflows/entropy-check.yml @@ -58,7 +58,7 @@ jobs: - name: Open issue on failures if: steps.freshness.outcome == 'failure' || steps.instructions.outcome == 'failure' || steps.skills.outcome == 'failure' || steps.agents.outcome == 'failure' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const title = `🧹 Entropy check found issues (${new Date().toISOString().split('T')[0]})`;