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

use v2 actions

This commit is contained in:
Ross McFarland
2023-06-28 14:24:08 -07:00
parent f64de776cd
commit 166f4f591d

View File

@@ -10,9 +10,9 @@ jobs:
# Tested versions based on dates in https://devguide.python.org/versions/#versions
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64