From b7bdc9223ac84719e38bb0529374d3a4b15d4557 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 14:13:06 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/release_crypto.yml | 4 ++-- .github/workflows/release_sdk_parallel.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_crypto.yml b/.github/workflows/release_crypto.yml index c4fbd3ae..27d4ba35 100644 --- a/.github/workflows/release_crypto.yml +++ b/.github/workflows/release_crypto.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure git user run: | @@ -138,7 +138,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure git user run: | diff --git a/.github/workflows/release_sdk_parallel.yml b/.github/workflows/release_sdk_parallel.yml index 0a0e1ced..25ff412a 100644 --- a/.github/workflows/release_sdk_parallel.yml +++ b/.github/workflows/release_sdk_parallel.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure git user run: | @@ -138,7 +138,7 @@ jobs: steps: - name: Checkout this repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure git user run: |