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:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/modules.yml
vendored
4
.github/workflows/modules.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user