mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-01 12:52:25 +08:00
Update 'actions/checkout' to v3
This commit is contained in:
parent
c4d43f536d
commit
3ae93078a8
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ jobs:
|
|||
preview:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: DNSControl preview
|
||||
uses: koenrh/dnscontrol-action@v3
|
||||
|
@ -131,7 +131,7 @@ jobs:
|
|||
push:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: DNSControl push
|
||||
uses: koenrh/dnscontrol-action@v3
|
||||
|
|
Loading…
Reference in a new issue