From b10056144a5e0b592fcebcb70df6a6dcc83a0f5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 03:07:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to e8d4307 --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 282248a58..607600cbc 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -33,7 +33,7 @@ jobs: previous_version: ${{ steps.previous_version.outputs.previous_version }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@b9e0990d219a03df7633c93f6f005a8fecbcab22 # main + - uses: actions/checkout@e8d4307400f9427dba7cb98e488d6ab85f1cec5f # main with: fetch-depth: 0 - uses: taiki-e/install-action@2c7d624cfb6e31cf9c4246a7552cf3ab47a620e7 # cargo-binstall