- name: Checkout source code
uses: actions/checkout@v6
- name: Set up Python
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
with:
python-version: "3.14"
cache: 'pip'
- name: Checkout source code
uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python }}
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python }}
cache: 'pip'
- name: Fetch all branches
run: git fetch --all
- name: Set up Python
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
with:
python-version: "3.14"
cache: 'pip'
with:
fetch-depth: 0
- name: Set up Python
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
with:
python-version: "3.14"
cache: 'pip'