Skip to content

Commit

Permalink
Bump dnscontrol from 4.8.2 to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LightHostingFree committed Apr 14, 2024
1 parent 42e3426 commit 3a1b71f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ LABEL "com.github.actions.description"="Deploy your DNS configuration to multipl
LABEL "com.github.actions.icon"="cloud"
LABEL "com.github.actions.color"="yellow"

ENV DNSCONTROL_VERSION="4.8.2"
ENV DNSCONTROL_CHECKSUM="883a056fdccb30cbcd280120e36739b8f749fba6eaacb9ca03cdc87c3942a583"
ENV DNSCONTROL_VERSION="4.9.0"
ENV DNSCONTROL_CHECKSUM="acc0389ff4c477734a78925161b54981b1762e6bb9d68c54b6ac18ea2980ce6e"
ENV USER=dnscontrol-user

RUN apk -U --no-cache upgrade && \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2

- name: DNSControl check
uses: is-cool-me/dnscontrol-action@v4.8.2
uses: is-cool-me/dnscontrol-action@v4.9.0
with:
args: check

Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v4

- name: DNSControl preview
uses: is-cool-me/dnscontrol-action@v4.8.2
uses: is-cool-me/dnscontrol-action@v4.9.0
id: dnscontrol_preview
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- uses: actions/checkout@v4

- name: DNSControl push
uses: is-cool-me/dnscontrol-action@v4.8.2
uses: is-cool-me/dnscontrol-action@v4.9.0
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
with:
Expand Down

0 comments on commit 3a1b71f

Please sign in to comment.