From aae98486978f268422a2c9170606063f78733f35 Mon Sep 17 00:00:00 2001 From: Ticktock Depbot Date: Fri, 28 Mar 2025 10:26:19 +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 }}'