bump checkout and python action versions

This commit is contained in:
Ross McFarland
2023-10-05 13:52:21 -07:00
parent 9f61445a06
commit cf258cc5a7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ jobs:
# https://devguide.python.org/versions/#versions
python-version: ${{fromJson(vars.PYTHON_VERSIONS_ACTIVE)}}
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: ${{ matrix.python-version }}
architecture: x64
+2 -2
View File
@@ -42,9 +42,9 @@ jobs:
# some point in the future and either re-enable or delete it.
#- sukiyaki/octodns-netbox
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ vars.PYTHON_VERSION_CURRENT }}
architecture: x64