1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

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

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

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