django-mfa3

multi factor authentication for django
git clone https://git.ce9e.org/django-mfa3.git

commit
5dfd9a52939a44723e04034cb9edb0f534804b30
parent
3e65b51895c5a28b870f2dcbdd98e0d71dff4552
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-06-16 14:51
github actions: update actions

Diffstat

M .github/workflows/main.yml 8 ++++----

1 files changed, 4 insertions, 4 deletions


diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml

@@ -3,8 +3,8 @@ jobs:
    3     3   lint:
    4     4     runs-on: ubuntu-latest
    5     5     steps:
    6    -1     - uses: actions/checkout@v2
    7    -1     - uses: actions/setup-python@v2
   -1     6     - uses: actions/checkout@v3
   -1     7     - uses: actions/setup-python@v4
    8     8     - run: pip install ruff
    9     9     - name: linters
   10    10       run: |
@@ -21,8 +21,8 @@ jobs:
   21    21           - python: '3.11'
   22    22             django: '4.2'
   23    23     steps:
   24    -1     - uses: actions/checkout@v2
   25    -1     - uses: actions/setup-python@v2
   -1    24     - uses: actions/checkout@v3
   -1    25     - uses: actions/setup-python@v4
   26    26       with:
   27    27         python-version: ${{ matrix.python }}
   28    28     - run: pip install . coverage tomli "django==${{ matrix.django }}"