Browse Source
missed a couple of action version udpates
pull/1082/head
Ross McFarland
2 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
2 additions and
2 deletions
-
.github/workflows/main.yml
|
|
|
@ -38,9 +38,9 @@ jobs: |
|
|
|
setup-py: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Setup python |
|
|
|
uses: actions/setup-python@v2 |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
python-version: ${{ vars.PYTHON_VERSION_CURRENT }} |
|
|
|
architecture: x64 |
|
|
|
|