Skip to content

Commit

Permalink
build(deps): bump is-cool-me/dnscontrol-action from 4.11.0 to 4.13.0
Browse files Browse the repository at this point in the history
Bumps [is-cool-me/dnscontrol-action](https://github.com/is-cool-me/dnscontrol-action) from 4.11.0 to 4.13.0.
- [Release notes](https://github.com/is-cool-me/dnscontrol-action/releases)
- [Changelog](https://github.com/is-cool-me/dnscontrol-action/blob/main/CHANGELOG.md)
- [Commits](is-cool-me/dnscontrol-action@v4.11.0...v4.13.0)

---
updated-dependencies:
- dependency-name: is-cool-me/dnscontrol-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 7e0ce33 commit 9117d58
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.11.0
uses: is-cool-me/dnscontrol-action@v4.13.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.11.0
uses: is-cool-me/dnscontrol-action@v4.13.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.11.0
uses: is-cool-me/dnscontrol-action@v4.13.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.11.0
uses: is-cool-me/dnscontrol-action@v4.13.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.11.0
uses: is-cool-me/dnscontrol-action@v4.13.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.11.0
uses: is-cool-me/dnscontrol-action@v4.13.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 9117d58

Please sign in to comment.