From 4329c4b3f14b08974ddd2a080720cee02e1f048e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:59:38 +0000 Subject: [PATCH] Update tj-django/django-migration-fixer action to v1.3.6 --- .github/workflows/migration-fixer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/migration-fixer.yml b/.github/workflows/migration-fixer.yml index b30d8127..d9da61ea 100644 --- a/.github/workflows/migration-fixer.yml +++ b/.github/workflows/migration-fixer.yml @@ -24,7 +24,7 @@ jobs: make install-test - name: Run django-migration-fixer - uses: tj-django/django-migration-fixer@v1.3.5 + uses: tj-django/django-migration-fixer@v1.3.6 - name: Verify Changed files uses: tj-actions/verify-changed-files@v11