From 463b55bddc1db62006ffd778624cc2443e145db4 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Tue, 5 Aug 2025 11:45:16 +0000 Subject: [PATCH] chore(deps): update stackabletech/actions action to v0.8.4 | datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | stackabletech/actions | v0.4.0 | v0.8.4 | --- .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 abbe3384..b9b4e412 100644 --- a/.github/workflows/pr_pre-commit.yml +++ b/.github/workflows/pr_pre-commit.yml @@ -22,7 +22,7 @@ jobs: node-version: 18 cache: yarn - run: yarn install --frozen-lockfile - - uses: stackabletech/actions/run-pre-commit@5901c3b1455488820c4be367531e07c3c3e82538 # v0.4.0 + - uses: stackabletech/actions/run-pre-commit@4483641a7e24057bd2ba51cb4c3f2f0010ad21b7 # v0.8.4 with: rust: ${{ env.RUST_TOOLCHAIN_VERSION }} hadolint: ${{ env.HADOLINT_VERSION }}