From 45b03d1af3e930abea1b0e68dc89b60ecc1a8992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:54:25 +0000 Subject: [PATCH 1/2] Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9d1fe0807..6f2baa963 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -99,7 +99,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: From 91af8e27695a5ef0793aafe8812a47cc04bdeefd Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 12 Apr 2024 15:55:48 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20240412-155546.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240412-155546.yaml diff --git a/.changes/unreleased/Dependencies-20240412-155546.yaml b/.changes/unreleased/Dependencies-20240412-155546.yaml new file mode 100644 index 000000000..65dee53fd --- /dev/null +++ b/.changes/unreleased/Dependencies-20240412-155546.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump actions/github-script from 6 to 7" +time: 2024-04-12T15:55:46.00000Z +custom: + Author: dependabot[bot] + PR: 764