We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5755cd7 commit 05d9f83Copy full SHA for 05d9f83
.github/workflows/django.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- name: Set up Python ${{ matrix.python-version }}
21
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
22
with:
23
python-version: ${{ matrix.python-version }}
24
- name: Install Dependencies
0 commit comments