Commit 11fde4c8 authored by Alex Ruddick's avatar Alex Ruddick Committed by oroulet

ci: update checkout and setup-python actions

parent f22bac28
...@@ -19,11 +19,11 @@ jobs: ...@@ -19,11 +19,11 @@ jobs:
python-version: ['3.7', '3.11', 'pypy-3.8'] python-version: ['3.7', '3.11', 'pypy-3.8']
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
with: with:
submodules: true submodules: true
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2 uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment