Skip to content

Commit 750f126

Browse files
committed
Update django.yml
1 parent a1f912c commit 750f126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
strategy:
1818
max-parallel: 4
1919
matrix:
20-
python-version: [3.8, 3.9, 3.10]
20+
python-version: ['3.8', '3.9', '3.10']
2121

2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: Copy settings file
2525
run: |
2626
cp oauth_settings.example.yml oauth_settings.yml
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install Dependencies

0 commit comments

Comments
 (0)