django-mfa3

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

commit
8926c837be05b42e2a73dc5d2ae704f5ae17907d
parent
da497a5755c127cc2df277198d54a21825cacc30
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-10-13 16:29
github: update actions/checkout to v4

Diffstat

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

1 files changed, 3 insertions, 3 deletions


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

@@ -3,7 +3,7 @@ jobs:
    3     3   lint:
    4     4     runs-on: ubuntu-latest
    5     5     steps:
    6    -1     - uses: actions/checkout@v3
   -1     6     - uses: actions/checkout@v4
    7     7     - uses: actions/setup-python@v4
    8     8     - run: pip install ruff
    9     9     - name: linters
@@ -21,7 +21,7 @@ jobs:
   21    21           - python: '3.12'
   22    22             django: '4.2'
   23    23     steps:
   24    -1     - uses: actions/checkout@v3
   -1    24     - uses: actions/checkout@v4
   25    25     - uses: actions/setup-python@v4
   26    26       with:
   27    27         python-version: ${{ matrix.python }}
@@ -35,7 +35,7 @@ jobs:
   35    35     if: startsWith(github.ref, 'refs/tags')
   36    36     runs-on: ubuntu-latest
   37    37     steps:
   38    -1     - uses: actions/checkout@v3
   -1    38     - uses: actions/checkout@v4
   39    39     - uses: actions/setup-python@v4
   40    40     - name: build
   41    41       run: python3 setup.py bdist_wheel sdist