From 963418ef9f7722df39c1dd51ca3074cb122d18ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:52:00 +0000 Subject: [PATCH] Bump coactions/dynamic-matrix from 1 to 2 (#209) Bumps [coactions/dynamic-matrix](https://github.com/coactions/dynamic-matrix) from 1 to 2. - [Release notes](https://github.com/coactions/dynamic-matrix/releases) - [Commits](https://github.com/coactions/dynamic-matrix/compare/v1...v2) --- updated-dependencies: - dependency-name: coactions/dynamic-matrix dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- .github/workflows/tox.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1dc7bf..544c37e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Determine matrix id: generate_matrix - uses: coactions/dynamic-matrix@v1 + uses: coactions/dynamic-matrix@v2 with: min_python: "3.12" max_python: "3.12" diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 5617267..83ef991 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Determine matrix id: generate_matrix - uses: coactions/dynamic-matrix@v1 + uses: coactions/dynamic-matrix@v2 with: min_python: ${{ inputs.min_python }} max_python: ${{ inputs.max_python }}