Skip to content

Commit

Permalink
Merge pull request #50 from wblondel/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.6

Bump actions/checkout from 4.1.1 to 4.1.6
  • Loading branch information
wblondel authored May 24, 2024
2 parents a93dfe3 + cc97fd7 commit 0a48a2f
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 @@ -7,7 +7,7 @@ jobs:
if: github.actor!= 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.6

- name: DNSControl check
uses: wblondel/dnscontrol-action@v4.10.0
Expand All @@ -25,7 +25,7 @@ jobs:
needs: check

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.6

- name: DNSControl preview
uses: wblondel/dnscontrol-action@v4.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
OVH_CONSUMER_KEY: ${{ secrets.OVH_CONSUMER_KEY }}

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.6

- name: DNSControl push
uses: wblondel/dnscontrol-action@v4.10.0
Expand Down

0 comments on commit 0a48a2f

Please sign in to comment.