Browse Source

use v2 actions

pull/1018/head
Ross McFarland 2 years ago
parent
commit
166f4f591d
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/main.yml

+ 2
- 2
.github/workflows/main.yml View File

@ -10,9 +10,9 @@ jobs:
# Tested versions based on dates in https://devguide.python.org/versions/#versions
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64


Loading…
Cancel
Save