diff --git a/.pre-commit-config-github.yaml b/.pre-commit-config-github.yaml index 9539ab7..35757e8 100644 --- a/.pre-commit-config-github.yaml +++ b/.pre-commit-config-github.yaml @@ -161,7 +161,7 @@ repos: exclude: /testsData/ - repo: https://github.com/fchastanet/bash-tools-framework - rev: 4.0.4 + rev: v5.1.3 hooks: - id: fixShebangExecutionBit - id: awkLint @@ -210,6 +210,6 @@ repos: stages: [manual] # GITHUB - repo: https://github.com/fchastanet/bash-compiler - rev: 0.3.4 + rev: v0.3.6 hooks: - id: buildBashBinaries diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29ce7dd..308356b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -156,7 +156,7 @@ repos: exclude: /testsData/ - repo: https://github.com/fchastanet/bash-tools-framework - rev: 4.0.4 + rev: v5.1.3 hooks: - id: fixShebangExecutionBit - id: awkLint @@ -205,6 +205,6 @@ repos: stages: [] # GITHUB - repo: https://github.com/fchastanet/bash-compiler - rev: 0.3.4 + rev: v0.3.6 hooks: - id: buildBashBinaries