From 172dd03884a4946396e0e4b3a02c7e53d80a2305 Mon Sep 17 00:00:00 2001 From: Esau Suarez Date: Tue, 27 Feb 2024 17:53:53 +0000 Subject: [PATCH] fix: bumps action to fix commitlint issue --- lint/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint/action.yaml b/lint/action.yaml index 00d3de5..74abeb4 100644 --- a/lint/action.yaml +++ b/lint/action.yaml @@ -71,7 +71,7 @@ runs: files: .pre-commit-config.* - name: Pre-commit if: steps.check_pre_commit_config.outputs.files_exists == 'true' - uses: open-turo/action-pre-commit@v1 + uses: open-turo/action-pre-commit@v2 - if: ${{ inputs.internal-dependency-prefixes != '' }} name: Create Beta Release Check Script run: |