mirror of
https://github.com/nikdoof/pydantic_spaceapi.git
synced 2025-12-20 13:29:23 +00:00
Update actions/checkout action to v6
This commit is contained in:
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
matrix:
|
||||
python-version: ["3.9", "3.11"]
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
matrix:
|
||||
python-version: ["3.9", "3.11"]
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user