From 42a2c73047d02a1f41163d1a0e310f7c76ce3eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 03:21:44 +0000 Subject: [PATCH] Bump dawidd6/action-debian-package from 1 to 3 Bumps [dawidd6/action-debian-package](https://github.com/dawidd6/action-debian-package) from 1 to 3. - [Release notes](https://github.com/dawidd6/action-debian-package/releases) - [Commits](https://github.com/dawidd6/action-debian-package/compare/v1...v3) --- updated-dependencies: - dependency-name: dawidd6/action-debian-package dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/packaging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index bfccf8c..2a64654 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -20,7 +20,7 @@ jobs: sudo apt-get update sudo apt-get install -y aptitude moreutils composer exim4 pbuilder ubuntu-dev-tools apt-file debhelper phpdocumentor - name: Build Debian package - uses: dawidd6/action-debian-package@v1 + uses: dawidd6/action-debian-package@v3 with: source_directory: . artifacts_directory: dist