From 6e15d316e20d6931aa28e9741aba2590be71e573 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 10 Jul 2025 08:57:20 +0200 Subject: [PATCH] Fix typo --- .github/workflows/pr_pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_pre-commit.yml b/.github/workflows/pr_pre-commit.yml index f45531a3..01b69600 100644 --- a/.github/workflows/pr_pre-commit.yml +++ b/.github/workflows/pr_pre-commit.yml @@ -18,7 +18,7 @@ jobs: with: persist-credentials: false fetch-depth: 0 - - uses: stackabletech/actions/run-pre-commit@@4483641a7e24057bd2ba51cb4c3f2f0010ad21b7 # v0.8.4 + - uses: stackabletech/actions/run-pre-commit@4483641a7e24057bd2ba51cb4c3f2f0010ad21b7 # v0.8.4 with: python-version: ${{ env.PYTHON_VERSION }} hadolint: ${{ env.HADOLINT_VERSION }}