From 78337736019fe28b5707a587ba0034aa276ff5aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 28 May 2023 00:16:26 +0200 Subject: [PATCH] build: update close-milestone action --- .github/actions/release_milestone/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/release_milestone/action.yaml b/.github/actions/release_milestone/action.yaml index 21ab6372d2..d5a4e9ef1e 100644 --- a/.github/actions/release_milestone/action.yaml +++ b/.github/actions/release_milestone/action.yaml @@ -58,7 +58,7 @@ runs: version: ${{ env.MILESTONE }} - name: Close milestone - uses: Akkjon/close-milestone@v2 + uses: Akkjon/close-milestone@v2.1.0 continue-on-error: true env: MILESTONE: ${{ inputs.milestone }}