From 9ecf9f127d9474dd67283a291f339d6b28275bab Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Wed, 21 May 2025 16:16:38 +0000 Subject: [PATCH] chore(deps): update stackabletech/actions action to v0.8.2 | datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | stackabletech/actions | v0.3.0 | v0.8.2 | --- .github/workflows/pr_pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_pre-commit.yaml b/.github/workflows/pr_pre-commit.yaml index 6f2ceb8..f0f84b1 100644 --- a/.github/workflows/pr_pre-commit.yaml +++ b/.github/workflows/pr_pre-commit.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: fetch-depth: 0 - - uses: stackabletech/actions/run-pre-commit@9bd13255f286e4b7a654617268abe1b2f37c3e0a # v0.3.0 + - uses: stackabletech/actions/run-pre-commit@9aae2d1c14239021bfa33c041010f6fb7adec815 # v0.8.2 with: rust: ${{ env.RUST_TOOLCHAIN_VERSION }} # rust-src is required for trybuild stderr output comparison to work