8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f476773 commit f13f054Copy full SHA for f13f054
.github/workflows/django.yaml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/checkout@v4
40
41
- name: Set up Python
42
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
43
with:
44
python-version: ${{ matrix.python }}
45
.github/workflows/test.yaml
@@ -65,7 +65,7 @@ jobs:
65
/usr/bin/docker ps --all --filter status=exited --no-trunc --format "{{.ID}}" | xargs -r /usr/bin/docker start
66
67
- name: Set up Python ${{ matrix.py }}
68
69
70
python-version: ${{ matrix.py }}
71
allow-prereleases: true
0 commit comments