1 Commits

Author SHA1 Message Date
da9208a9e1 chore(deps): update dependency postfixadmin/postfixadmin to v3.3.16
Some checks failed
Build / build-amd64 (pull_request) Failing after 0s
Lint Markdown files / markdown-lint (pull_request) Failing after 0s
Build / build-arm64 (pull_request) Failing after 1s
2025-11-17 20:11:16 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,6 +17,6 @@ jobs:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@v5.0.1 - uses: actions/checkout@v5.0.1
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0 - uses: DavidAnson/markdownlint-cli2-action@v20.0.0
with: with:
globs: '**/*.md' globs: '**/*.md'

View File

@@ -1,6 +1,6 @@
# POSTFIXADMIN_VERSION # POSTFIXADMIN_VERSION
# Only required to install a specify version # Only required to install a specify version
POSTFIXADMIN_VERSION?=3.3.15 # renovate: datasource=github-tags depName=postfixadmin/postfixadmin extractVersion='postfixadmin-(?<version>\d+\.\d+\.\d+)$' POSTFIXADMIN_VERSION?=3.3.16 # renovate: datasource=github-tags depName=postfixadmin/postfixadmin extractVersion='postfixadmin-(?<version>\d+\.\d+\.\d+)$'
# PODMAN_BIN's and tools # PODMAN_BIN's and tools
PODMAN_BIN?=$(shell which podman) PODMAN_BIN?=$(shell which podman)