diff --git a/.github/workflows/check-variables.yml b/.github/workflows/check-variables.yml index 9d605d2..f21fb80 100644 --- a/.github/workflows/check-variables.yml +++ b/.github/workflows/check-variables.yml @@ -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: |