mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 04:02:35 +03:00
Updated Checkout action version & Ubuntu OS version
This commit is contained in:
parent
5a01a4c8a9
commit
f802de23a8
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
tests:
|
||||
name: Python ${{ matrix.python-version }}
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -22,7 +22,7 @@ jobs:
|
|||
- '3.11'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user