From b591cb7ce3718de21c0aa53371eaf174bcd11003 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 12:45:10 +0000 Subject: [PATCH] chore(deps): pin namespacelabs/nscloud-checkout-action action to v8 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/qa.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 8713e65..c4d1918 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -42,7 +42,7 @@ jobs: packages: write steps: - name: Checkout repository - uses: namespacelabs/nscloud-checkout-action@6c0b4ec65053c174f477e4c264bdbfdc70ad36cd # v8 + uses: namespacelabs/nscloud-checkout-action@def520b6c21233362f09c9ceda4352c51cceca26 # v8 with: fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }} @@ -294,7 +294,7 @@ jobs: SLACK_CHANNEL_ID: "" steps: - name: Checkout repository - uses: namespacelabs/nscloud-checkout-action@6c0b4ec65053c174f477e4c264bdbfdc70ad36cd # v8 + uses: namespacelabs/nscloud-checkout-action@def520b6c21233362f09c9ceda4352c51cceca26 # v8 with: fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }} @@ -348,7 +348,7 @@ jobs: SLACK_CHANNEL_ID: "" steps: - name: Checkout repository - uses: namespacelabs/nscloud-checkout-action@6c0b4ec65053c174f477e4c264bdbfdc70ad36cd # v8 + uses: namespacelabs/nscloud-checkout-action@def520b6c21233362f09c9ceda4352c51cceca26 # v8 with: fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}