Skip to content

Commit

Permalink
pre-commit upgrade bash-tools-framework 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fchastanet committed Sep 15, 2024
1 parent 5ef39ae commit 84ba3e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ repos:
exclude: /testsData/

- repo: https://github.com/fchastanet/bash-tools-framework
rev: 4.0.4
rev: 5.1.3
hooks:
- id: fixShebangExecutionBit
- id: awkLint
Expand Down Expand Up @@ -210,6 +210,6 @@ repos:
stages: [manual] # GITHUB

- repo: https://github.com/fchastanet/bash-compiler
rev: 0.3.4
rev: 0.3.5
hooks:
- id: buildBashBinaries
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ repos:
exclude: /testsData/

- repo: https://github.com/fchastanet/bash-tools-framework
rev: 4.0.4
rev: 5.1.3
hooks:
- id: fixShebangExecutionBit
- id: awkLint
Expand Down Expand Up @@ -205,6 +205,6 @@ repos:
stages: [] # GITHUB

- repo: https://github.com/fchastanet/bash-compiler
rev: 0.3.4
rev: 0.3.5
hooks:
- id: buildBashBinaries

0 comments on commit 84ba3e6

Please sign in to comment.