Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent b4ac5f0 commit 9807d6b
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.6
- uses: actions/checkout@v4.1.7

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

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

- name: DNSControl preview
uses: wblondel/dnscontrol-action@v4.11.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.6
- uses: actions/checkout@v4.1.7

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

0 comments on commit 9807d6b

Please sign in to comment.