From aa39b48e5dd2130da1db759c5d83de7661a4e161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:05:09 +0000 Subject: [PATCH 1/2] Bump matrix-org/backend-meta from 1 to 2 Bumps [matrix-org/backend-meta](https://github.com/matrix-org/backend-meta) from 1 to 2. - [Release notes](https://github.com/matrix-org/backend-meta/releases) - [Commits](https://github.com/matrix-org/backend-meta/compare/v1...v2) --- updated-dependencies: - dependency-name: matrix-org/backend-meta dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1115dcc5f395..ae45cd0a36e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: - run: scripts-dev/check_schema_delta.py --force-colors lint: - uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@v1" + uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@v2" with: typechecking-extras: "all" From a2cb958940e4a6baf7a7e66e8faa4d93ed903247 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 20 Feb 2023 21:05:26 +0000 Subject: [PATCH 2/2] Changelog --- changelog.d/12.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12.misc diff --git a/changelog.d/12.misc b/changelog.d/12.misc new file mode 100644 index 000000000000..ebae4cb45698 --- /dev/null +++ b/changelog.d/12.misc @@ -0,0 +1 @@ +Bump matrix-org/backend-meta from 1 to 2.