Skip to content

Commit f77e922

Browse files
authored
Merge pull request #1588 from pi-hole/dev
Dev -> master
2 parents c2887ae + ad108fe commit f77e922

9 files changed

+51
-59
lines changed

.github/workflows/housekeeping.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
password: ${{ secrets.PAT_TOKEN }}
1919
-
2020
name: Delete all containers from repository without tags
21-
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
21+
uses: Chizkiyahu/delete-untagged-ghcr-action@v4
2222
with:
2323
token: ${{ secrets.PAT_TOKEN }}
2424
repository_owner: ${{ github.repository_owner }}

.github/workflows/merge-conflict.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check if PRs are have merge conflicts
16-
uses: eps1lon/actions-label-merge-conflict@v2.1.0
16+
uses: eps1lon/actions-label-merge-conflict@v3.0.1
1717
with:
1818
dirtyLabel: "Merge Conflict"
1919
repoToken: "${{ secrets.GITHUB_TOKEN }}"

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
[Docker-compose](https://docs.docker.com/compose/install/) example:
2626

2727
```yaml
28-
version: "3"
29-
3028
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
3129
services:
3230
pihole:

examples/docker-compose-caddy-proxy.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
services:
42

53
# Caddy example derived from Caddy's own example at https://hub.docker.com/_/caddy

examples/docker-compose-nginx-proxy.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
# https://github.com/pi-hole/docker-pi-hole/blob/master/README.md
42

53
services:

examples/docker-compose.yml.example

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
# https://github.com/pi-hole/docker-pi-hole/blob/master/README.md
42

53
services:

examples/docker-pi-hole.cron

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# (at your option) any later version.
1111
#
1212
# This file is under source-control of the Pi-hole installation and update
13-
# scripts, any changes made to this file will be overwritten when the softare
13+
# scripts, any changes made to this file will be overwritten when the software
1414
# is updated or re-installed. Please make any changes to the appropriate crontab
1515
# or other cron file snippets.
1616

test/Pipfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ verify_ssl = true
66
[dev-packages]
77

88
[packages]
9-
pytest = "==8.0.0"
10-
pytest-xdist = "==3.5.0"
11-
pytest-testinfra = "==10.0.0"
12-
black = "==24.3.0"
9+
pytest = "==8.2.1"
10+
pytest-xdist = "==3.6.1"
11+
pytest-testinfra = "==10.1.0"
12+
black = "==24.4.2"
1313

1414
[requires]
1515
python_version = "3"

test/Pipfile.lock

+44-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)