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.
This commit is contained in:
Eberhard Beilharz 2023-09-21 16:35:33 +02:00
parent 3d8cf1830b
commit 9a0160746b
No known key found for this signature in database
GPG key ID: E9140597606020D3

View file

@ -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 }}"