diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 698982c0f..846675c2d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -97,7 +97,7 @@ jobs: - 'dev-requirements.txt' - name: Generate integration test matrix id: generate-matrix - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: CHANGES: ${{ steps.get-changes.outputs.changes }} with: