From d3212257a2fd0717f3676298dc5276ef19acc31a Mon Sep 17 00:00:00 2001 From: Techassi Date: Thu, 17 Apr 2025 14:45:03 +0200 Subject: [PATCH 1/2] ci(test): Test pre-commit caching run-time improvements --- .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 cad006a1b..a018a1059 100644 --- a/.github/workflows/pr_pre-commit.yaml +++ b/.github/workflows/pr_pre-commit.yaml @@ -18,7 +18,7 @@ jobs: with: persist-credentials: false fetch-depth: 0 - - uses: stackabletech/actions/run-pre-commit@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # v0.7.0 + - uses: stackabletech/actions/run-pre-commit@0f4ff74c03bb08029d83d10346850c1f9a135a92 # CHANGEME with: rust: ${{ env.RUST_TOOLCHAIN_VERSION }} # rust-src is required for trybuild stderr output comparison to work From 0c5f6c02f62a7b54dda208ced0712fc7c6468684 Mon Sep 17 00:00:00 2001 From: Techassi Date: Thu, 17 Apr 2025 14:48:26 +0200 Subject: [PATCH 2/2] noop