Skip to content

Commit

Permalink
Merge pull request #57 from noclocks/dependabot/github_actions/is-coo…
Browse files Browse the repository at this point in the history
…l-me/dnscontrol-action-4.10.0

build(deps): bump is-cool-me/dnscontrol-action from 4.9.0 to 4.10.0
  • Loading branch information
jimbrig authored May 11, 2024
2 parents d18ef1d + d1919b0 commit 5dabcf5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dnscontrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Check
id: dnscontrol_check
uses: is-cool-me/dnscontrol-action@v4.9.0
uses: is-cool-me/dnscontrol-action@v4.10.0
with:
args: check
config_file: 'dnsconfig.js'
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Preview
id: dnscontrol_preview
uses: is-cool-me/dnscontrol-action@v4.9.0
uses: is-cool-me/dnscontrol-action@v4.10.0
with:
args: preview --notify
config_file: 'dnsconfig.js'
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Push
id: dnscontrol_push
uses: is-cool-me/dnscontrol-action@v4.9.0
uses: is-cool-me/dnscontrol-action@v4.10.0
with:
args: push --notify --report ${{ env.REPORT_FILE }}
config_file: 'dnsconfig.js'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Check
id: dnscontrol_check
uses: is-cool-me/dnscontrol-action@v4.9.0
uses: is-cool-me/dnscontrol-action@v4.10.0
with:
args: check
config_file: 'dnsconfig.js'
Expand All @@ -41,7 +41,7 @@ jobs:

- name: Preview
id: dnscontrol_preview
uses: is-cool-me/dnscontrol-action@v4.9.0
uses: is-cool-me/dnscontrol-action@v4.10.0
with:
args: preview --notify
config_file: 'dnsconfig.js'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rollback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Push
id: dnscontrol_push
uses: is-cool-me/dnscontrol-action@v4.9.0
uses: is-cool-me/dnscontrol-action@v4.10.0
with:
args: push --notify --report "./reports/${{ steps.get_date.outputs.report_date }}-ROLLBACK-Report.txt"
config_file: 'dnsconfig.js'
Expand Down

0 comments on commit 5dabcf5

Please sign in to comment.