Skip to content

Commit e1304cd

Browse files
committed
fix debian package build workflow
1 parent 1b41716 commit e1304cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debian-packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
name: Build Debian packages
1717
strategy:
1818
matrix:
19-
codename: ['buster', 'bullseye']
19+
codename: ['bullseye', 'bookworm']
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v5
2424

2525
- name: Build package
2626
run: bash .github/workflows/scripts/debian-package.sh ${{ matrix.codename }}

0 commit comments

Comments
 (0)