From ee900bfd39d1108e7ca12745517d89139fd93d17 Mon Sep 17 00:00:00 2001
From: Benjamin Renard <brenard@easter-eggs.com>
Date: Wed, 26 Feb 2025 15:34:41 +0100
Subject: [PATCH] CI: use aptly-publish@2025.2.2

---
 .forgejo/workflows/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml
index c77e1f9..1d9fd80 100644
--- a/.forgejo/workflows/release.yaml
+++ b/.forgejo/workflows/release.yaml
@@ -81,7 +81,7 @@ jobs:
           name: dist
 
       - name: "Publish Debian package on Aptly repository"
-        uses: https://gitea.zionetrix.net/bn8/aptly-publish@2025.2.1
+        uses: https://gitea.zionetrix.net/bn8/aptly-publish@2025.2.2
         with:
           api_url: ${{ vars.apt_api_url }}
           api_username: ${{ vars.apt_api_username }}