Skip to content

Commit e91df77

Browse files
committed
test run-pre-commit changes
1 parent 157bbea commit e91df77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr_pre-commit.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
RUST_TOOLCHAIN_VERSION: "nightly-2025-10-23"
1212
HADOLINT_VERSION: "v2.14.0"
1313
PYTHON_VERSION: "3.14"
14+
JINJA2_CLI_VERSION: "0.8.2"
1415

1516
jobs:
1617
pre-commit:
@@ -26,10 +27,11 @@ jobs:
2627
persist-credentials: false
2728
submodules: recursive
2829
fetch-depth: 0
29-
- uses: stackabletech/actions/run-pre-commit@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
30+
- uses: stackabletech/actions/run-pre-commit@bdccb71603f2733364b1871773042f96ada14d74 # v0.10.3
3031
with:
3132
python-version: ${{ env.PYTHON_VERSION }}
3233
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
3334
hadolint: ${{ env.HADOLINT_VERSION }}
3435
nix: ${{ env.NIX_PKG_MANAGER_VERSION }}
3536
nix-github-token: ${{ secrets.GITHUB_TOKEN }}
37+
jinja2-cli: ${{ env.JINJA2_CLI_VERSION }}

0 commit comments

Comments
 (0)