From c4c07afb97e095038ad8300a52563540b8b5d012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:03:56 +0000 Subject: [PATCH] Bump dawidd6/action-debian-package from 1.6.0 to 2 Bumps [dawidd6/action-debian-package](https://github.com/dawidd6/action-debian-package) from 1.6.0 to 2. - [Release notes](https://github.com/dawidd6/action-debian-package/releases) - [Commits](https://github.com/dawidd6/action-debian-package/compare/v1.6.0...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/deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 5e07f28..93d7da7 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build Debian package - uses: dawidd6/action-debian-package@v1.6.0 + uses: dawidd6/action-debian-package@v2 - name: github-action-publish-binaries uses: skx/github-action-publish-binaries@release-2.0 env: