From aaa5d51ac5d8d859486dff364648404bb1df8c72 Mon Sep 17 00:00:00 2001 From: LeoDiazL <116020815+LeoDiazL@users.noreply.github.com> Date: Fri, 24 Jan 2025 17:43:51 -0300 Subject: [PATCH] Upgrade-commons-version --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 1c5fdf0..db7b6b2 100644 --- a/action.yaml +++ b/action.yaml @@ -224,7 +224,7 @@ runs: - name: Deploy with BitOps id: deploy - uses: bitovi/github-actions-commons@v0.0.13 + uses: bitovi/github-actions-commons@v1 with: bitops_code_only: ${{ inputs.bitops_code_only }} bitops_code_store: ${{ inputs.bitops_code_store }}