From aba774b7a0f1a60d8192181af2bc387b166f2140 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Fri, 27 Jun 2025 15:44:47 +0000 Subject: [PATCH] chore(deps): update stackabletech/actions action to v0.8.3 | datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | stackabletech/actions | v0.4.0 | v0.8.3 | --- .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 6e3ca2fb..6a52e8bb 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@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # v0.8.3 with: rust: ${{ env.RUST_TOOLCHAIN_VERSION }} hadolint: ${{ env.HADOLINT_VERSION }}