Merge remote-tracking branch 'origin/dependabot/github_actions/dev/actions/setup-python-3' into dev

This commit is contained in:
Giulio 2022-03-25 13:57:53 +01:00
commit 0231d0a507

View File

@ -11,7 +11,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2 uses: actions/setup-python@v3
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies