diff --git a/.changes/unreleased/Dependencies-20240412-155237.yaml b/.changes/unreleased/Dependencies-20240412-155237.yaml new file mode 100644 index 000000000..98f0b65a0 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240412-155237.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump actions/github-script from 6 to 7" +time: 2024-04-12T15:52:37.00000Z +custom: + Author: dependabot[bot] + PR: 1180 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9ad6872ef..c72324128 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -100,7 +100,7 @@ jobs: - 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: