This commit is contained in:
dependabot[bot] 2025-11-21 02:02:14 +00:00 committed by GitHub
commit 105bb96f29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

View file

@ -26,7 +26,7 @@ jobs:
django-version: '4.2'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up python ${{ matrix.python-version }}
uses: actions/setup-python@v5