From 1a10982a85b17ec79cb2c26d39a7b88278d1b779 Mon Sep 17 00:00:00 2001 From: Jinna Kiisuo Date: Sat, 19 Oct 2024 16:19:21 +0300 Subject: [PATCH] fix: Pin newer upstream Aptly action Includes bugfix for kanidm_ppa.list having the wrong key type, Fixes #6 --- .github/workflows/create-apt-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-apt-repo.yml b/.github/workflows/create-apt-repo.yml index e37040e..6ac6d1b 100644 --- a/.github/workflows/create-apt-repo.yml +++ b/.github/workflows/create-apt-repo.yml @@ -112,7 +112,7 @@ jobs: run: | find $(pwd) -name '*.deb' - name: Create Aptly repo - uses: jinnatar/actions-aptly-repo@v2.0.0 + uses: jinnatar/actions-aptly-repo@v2.0.2 with: name: kanidm_ppa repo_url: https://kanidm.github.io/kanidm_ppa