build(deps): bump dawidd6/action-debian-package from 1.4.2 to 1.4.4
Bumps [dawidd6/action-debian-package](https://github.com/dawidd6/action-debian-package) from 1.4.2 to 1.4.4. - [Release notes](https://github.com/dawidd6/action-debian-package/releases) - [Commits](https://github.com/dawidd6/action-debian-package/compare/v1.4.2...v1.4.4) --- updated-dependencies: - dependency-name: dawidd6/action-debian-package dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2438c22d4c
commit
98f3635b9e
2
.github/workflows/packaging_test.yml
vendored
2
.github/workflows/packaging_test.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sed -i '0,/restricted/s//stable/' debian/changelog
|
sed -i '0,/restricted/s//stable/' debian/changelog
|
||||||
- name: Build Debian package
|
- name: Build Debian package
|
||||||
uses: dawidd6/action-debian-package@v1.4.2
|
uses: dawidd6/action-debian-package@v1.4.4
|
||||||
with:
|
with:
|
||||||
artifacts_directory: debian/build/release/
|
artifacts_directory: debian/build/release/
|
||||||
os_distribution: testing
|
os_distribution: testing
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sed -i '0,/restricted/s//stable/' debian/changelog
|
sed -i '0,/restricted/s//stable/' debian/changelog
|
||||||
- name: Build Debian package
|
- name: Build Debian package
|
||||||
uses: dawidd6/action-debian-package@v1.4.2
|
uses: dawidd6/action-debian-package@v1.4.4
|
||||||
with:
|
with:
|
||||||
artifacts_directory: debian/build/release/
|
artifacts_directory: debian/build/release/
|
||||||
os_distribution: testing
|
os_distribution: testing
|
||||||
|
|
Loading…
Reference in a new issue