From 4cde6a449a73cb845bef1b2460b1400407710bec Mon Sep 17 00:00:00 2001 From: Vasil Boyadzhiev Date: Tue, 3 Dec 2024 09:52:30 +0200 Subject: [PATCH] chore: Updating action to step security maintained version. (#373) Signed-off-by: Vasil Boyadzhiev --- .github/workflows/release-automation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-automation.yaml b/.github/workflows/release-automation.yaml index 286752cd..a258dba6 100644 --- a/.github/workflows/release-automation.yaml +++ b/.github/workflows/release-automation.yaml @@ -123,7 +123,7 @@ jobs: - name: Close the Milestone if: ${{ steps.version_parser.outputs.prerelease == '' }} id: milestone - uses: Akkjon/close-milestone@88d3cb00ca452cb8d33f18fc0a1e22a730306b61 # v2.1.0 + uses: step-security/close-milestone@2ec61fc36f20d36256b3652d302aa89fd4ca2abf # v2.1.0 with: milestone_name: ${{ steps.version_parser.outputs.release }} env: