From 95fae9a855b1a2d52017f622e89d4c335a4f8419 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:38:40 +0000 Subject: [PATCH] Update actions/checkout digest to 93cb6ef --- .github/workflows/test-pinact.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-pinact.yaml b/.github/workflows/test-pinact.yaml index 23badab1..17c7390e 100644 --- a/.github/workflows/test-pinact.yaml +++ b/.github/workflows/test-pinact.yaml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest permissions: {} steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: persist-credentials: false - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: persist-credentials: false - uses: actions/cache@v3.3.1