Skip to content

Commit

Permalink
Merge pull request #1588 from pi-hole/dev
Browse files Browse the repository at this point in the history
Dev -> master
  • Loading branch information
PromoFaux authored May 30, 2024
2 parents c2887ae + ad108fe commit f77e922
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
password: ${{ secrets.PAT_TOKEN }}
-
name: Delete all containers from repository without tags
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
uses: Chizkiyahu/delete-untagged-ghcr-action@v4
with:
token: ${{ secrets.PAT_TOKEN }}
repository_owner: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-conflict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check if PRs are have merge conflicts
uses: eps1lon/actions-label-merge-conflict@v2.1.0
uses: eps1lon/actions-label-merge-conflict@v3.0.1
with:
dirtyLabel: "Merge Conflict"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
[Docker-compose](https://docs.docker.com/compose/install/) example:

```yaml
version: "3"

# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
services:
pihole:
Expand Down
2 changes: 0 additions & 2 deletions examples/docker-compose-caddy-proxy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:

# Caddy example derived from Caddy's own example at https://hub.docker.com/_/caddy
Expand Down
2 changes: 0 additions & 2 deletions examples/docker-compose-nginx-proxy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

# https://github.com/pi-hole/docker-pi-hole/blob/master/README.md

services:
Expand Down
2 changes: 0 additions & 2 deletions examples/docker-compose.yml.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

# https://github.com/pi-hole/docker-pi-hole/blob/master/README.md

services:
Expand Down
2 changes: 1 addition & 1 deletion examples/docker-pi-hole.cron
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# (at your option) any later version.
#
# This file is under source-control of the Pi-hole installation and update
# scripts, any changes made to this file will be overwritten when the softare
# scripts, any changes made to this file will be overwritten when the software
# is updated or re-installed. Please make any changes to the appropriate crontab
# or other cron file snippets.

Expand Down
8 changes: 4 additions & 4 deletions test/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ verify_ssl = true
[dev-packages]

[packages]
pytest = "==8.0.0"
pytest-xdist = "==3.5.0"
pytest-testinfra = "==10.0.0"
black = "==24.3.0"
pytest = "==8.2.1"
pytest-xdist = "==3.6.1"
pytest-testinfra = "==10.1.0"
black = "==24.4.2"

[requires]
python_version = "3"
88 changes: 44 additions & 44 deletions test/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f77e922

Please sign in to comment.