From 02998c1aded18018718b18b350f3f8d21f8937fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:33:17 +0000 Subject: [PATCH] Bump dawidd6/action-debian-package from 1 to 2 Bumps [dawidd6/action-debian-package](https://github.com/dawidd6/action-debian-package) from 1 to 2. - [Release notes](https://github.com/dawidd6/action-debian-package/releases) - [Commits](https://github.com/dawidd6/action-debian-package/compare/v1...v2) --- updated-dependencies: - dependency-name: dawidd6/action-debian-package dependency-version: '2' 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..0e495ba 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@v2 with: source_directory: . artifacts_directory: dist