From 1bf686be401f24823a318244e1768e6bb9e95c6c Mon Sep 17 00:00:00 2001 From: Ticktock Depbot Date: Sun, 23 Feb 2025 23:36:20 +0000 Subject: [PATCH] chore(deps): update actions/forgejo-release action to v2.5.3 --- .forgejo/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index da64930..43b99a2 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -120,7 +120,7 @@ jobs: output/littlefs.bin - name: Create release if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: https://code.forgejo.org/actions/forgejo-release@v2.5.1 + uses: https://code.forgejo.org/actions/forgejo-release@v2.5.3 with: url: 'https://git.btclock.dev/' repo: '${{ github.repository }}'