Skip to content

Commit

Permalink
Merge pull request #56 from wblondel/dependabot/github_actions/wblond…
Browse files Browse the repository at this point in the history
…el/dnscontrol-action-4.12.1

Bump wblondel/dnscontrol-action from 4.11.0 to 4.12.1
  • Loading branch information
wblondel authored Jul 4, 2024
2 parents b939b30 + 3b69cfb commit b24591e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-and-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/[email protected]

- name: DNSControl check
uses: wblondel/dnscontrol-action@v4.11.0
uses: wblondel/dnscontrol-action@v4.12.1
with:
args: check

Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/[email protected]

- name: DNSControl preview
uses: wblondel/dnscontrol-action@v4.11.0
uses: wblondel/dnscontrol-action@v4.12.1
id: dnscontrol_preview
with:
args: preview
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: actions/[email protected]

- name: DNSControl push
uses: wblondel/dnscontrol-action@v4.11.0
uses: wblondel/dnscontrol-action@v4.12.1
with:
args: push

0 comments on commit b24591e

Please sign in to comment.