From 9d335b14ae2943e2e4e29e669362b9a34606a105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:22:58 +0000 Subject: [PATCH] Bump dawidd6/action-debian-package from 2 to 3 Bumps [dawidd6/action-debian-package](https://github.com/dawidd6/action-debian-package) from 2 to 3. - [Release notes](https://github.com/dawidd6/action-debian-package/releases) - [Commits](https://github.com/dawidd6/action-debian-package/compare/v2...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/deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 93d7da7..4c2e0e6 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@v2 + uses: dawidd6/action-debian-package@v3 - name: github-action-publish-binaries uses: skx/github-action-publish-binaries@release-2.0 env: