Skip to content

Commit 963418e

Browse files
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](coactions/dynamic-matrix@v1...v2) --- updated-dependencies: - dependency-name: coactions/dynamic-matrix dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e17ca64 commit 963418e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Determine matrix
1313
id: generate_matrix
14-
uses: coactions/dynamic-matrix@v1
14+
uses: coactions/dynamic-matrix@v2
1515
with:
1616
min_python: "3.12"
1717
max_python: "3.12"

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- name: Determine matrix
4545
id: generate_matrix
46-
uses: coactions/dynamic-matrix@v1
46+
uses: coactions/dynamic-matrix@v2
4747
with:
4848
min_python: ${{ inputs.min_python }}
4949
max_python: ${{ inputs.max_python }}

0 commit comments

Comments
 (0)