mirror of
https://github.com/System-End/dns.git
synced 2026-04-20 00:25:21 +00:00
Update deps for deploy action (#1153)
This commit is contained in:
parent
d42fec5edd
commit
339cbf8211
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -10,8 +10,8 @@ jobs:
|
|||
octodns:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v1
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3'
|
||||
- name: Install OctoDNS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue