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
2022-06-24 07:38:13 +02:00
committed by GitHub
parent 083bfca6b6
commit 9a22d1769b
4 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'