Browse Source

Merge pull request #1082 from octodns/missed-actions-upgrades

missed a couple of action version udpates
pull/1085/head
Ross McFarland 2 years ago
committed by GitHub
parent
commit
9d319ac063
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/main.yml

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

@ -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


Loading…
Cancel
Save