From be8ad23e63ac9b8fc837f69dad359a4a7f1cc0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Ed=C3=A4nge?= Date: Tue, 26 May 2026 21:37:33 +0200 Subject: [PATCH] Update release-drafter due to end-of-life NodeJS 20 --- .github/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 072fa24..5a43801 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -57,6 +57,6 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: 🚀 Run Release Drafter - uses: release-drafter/release-drafter@v6.1.0 + uses: release-drafter/release-drafter@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file