Bump dawidd6/action-debian-package from 1.4.0 to 1.4.4
Bumps [dawidd6/action-debian-package](https://github.com/dawidd6/action-debian-package) from 1.4.0 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.0...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
1226646b53
commit
2ffb8c60fb
2
.github/workflows/packaging_test.yml
vendored
2
.github/workflows/packaging_test.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
sed -i '0,/restricted/s//stable/' debian/changelog
|
||||
- name: Build Debian package
|
||||
uses: dawidd6/action-debian-package@v1.4.0
|
||||
uses: dawidd6/action-debian-package@v1.4.4
|
||||
with:
|
||||
artifacts_directory: debian/build/release/
|
||||
- name: Debug
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
run: |
|
||||
sed -i '0,/restricted/s//stable/' debian/changelog
|
||||
- name: Build Debian package
|
||||
uses: dawidd6/action-debian-package@v1.4.0
|
||||
uses: dawidd6/action-debian-package@v1.4.4
|
||||
with:
|
||||
artifacts_directory: debian/build/release/
|
||||
# - name: Build Debian package
|
||||
|
|
Loading…
Reference in a new issue