From 45c012f17d579d84e98d7cca997ac9aa64b6b38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Vieira?= Date: Mon, 20 Oct 2025 16:44:06 +0100 Subject: [PATCH] Fix chrnorm/deployment-status version to 2.0.3 --- deploy/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/action.yml b/deploy/action.yml index 9b99b226..f30cc051 100644 --- a/deploy/action.yml +++ b/deploy/action.yml @@ -101,7 +101,7 @@ runs: - name: Update GitHub deployment status (success) if: success() - uses: chrnorm/deployment-status@v2.0.7 + uses: chrnorm/deployment-status@v2.0.3 with: token: '${{ inputs.githubToken }}' state: 'success' @@ -109,7 +109,7 @@ runs: - name: Update GitHub deployment status (failure) if: failure() - uses: chrnorm/deployment-status@v2.0.7 + uses: chrnorm/deployment-status@v2.0.3 with: token: '${{ inputs.githubToken }}' state: 'failure'