From 0901ddfbe455658887b7ebe23ad83b5b9934ce44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:06:24 +0000 Subject: [PATCH] Bump coactions/dynamic-matrix from 1 to 3 Bumps [coactions/dynamic-matrix](https://github.com/coactions/dynamic-matrix) from 1 to 3. - [Release notes](https://github.com/coactions/dynamic-matrix/releases) - [Commits](https://github.com/coactions/dynamic-matrix/compare/v1...v3) --- updated-dependencies: - dependency-name: coactions/dynamic-matrix dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 6a7e686e..69b9bbb9 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Determine matrix id: generate_matrix - uses: coactions/dynamic-matrix@v1 + uses: coactions/dynamic-matrix@v3 with: min_python: "3.9" max_python: "3.12"