From 9a0160746bb70e15a2df2ff7ac2d57e75db416fb Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Thu, 21 Sep 2023 16:35:33 +0200 Subject: [PATCH] chore(linux): Prevent warning during packaging This change updates gha-ubuntu-packaging to a version that creates a non-empty changelog entry. This prevents a warning during package build. --- .github/workflows/deb-packaging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deb-packaging.yml b/.github/workflows/deb-packaging.yml index 7106ed49b3..2d72e01764 100644 --- a/.github/workflows/deb-packaging.yml +++ b/.github/workflows/deb-packaging.yml @@ -119,7 +119,7 @@ jobs: path: artifacts - name: Build - uses: sillsdev/gha-ubuntu-packaging@4f3a013ec28f4defc2b3d6ecb04c98815cd9de25 # v0.9 + uses: sillsdev/gha-ubuntu-packaging@1f4b7e7eacb8c82a4d874ee2c371b9bfef7e16ea # v1.0 with: dist: "${{ matrix.dist }}" platform: "${{ matrix.arch }}"