1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Bumped versions in Github actions configuration.

This commit is contained in:
Mariusz Felisiak
2024-01-26 13:41:52 +01:00
committed by GitHub
parent d3171009f2
commit e676f56527
7 changed files with 21 additions and 21 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
@@ -46,7 +46,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: python -m pip install blacken-docs