Skip to content

Commit

Permalink
Merge pull request #9 from is-cool-me/LightHostingFree-patch-1
Browse files Browse the repository at this point in the history
Bump dnscontrol from 4.9.0 to 4.10.0
  • Loading branch information
LightHostingFree authored May 7, 2024
2 parents a92acd7 + 5a4fcbc commit fecd6ea
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.9.0"
ENV DNSCONTROL_CHECKSUM="acc0389ff4c477734a78925161b54981b1762e6bb9d68c54b6ac18ea2980ce6e"
ENV DNSCONTROL_VERSION="4.10.0"
ENV DNSCONTROL_CHECKSUM="73837b413be2cbeb835d8b0ecbef04e75feff795f0768681184865903c976443"
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.9.0
uses: is-cool-me/dnscontrol-action@v4.10.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.9.0
uses: is-cool-me/dnscontrol-action@v4.10.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.9.0
uses: is-cool-me/dnscontrol-action@v4.10.0
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
with:
Expand Down

0 comments on commit fecd6ea

Please sign in to comment.