From 9395e992b3cbbeac04d19f36573787971a5aa4a3 Mon Sep 17 00:00:00 2001 From: Gaspard Kirira Date: Fri, 14 Aug 2026 11:04:14 +0300 Subject: [PATCH] ci: update checkout action to v5 --- .github/workflows/MODULE_TESTS_CI.yml | 4 ++-- .github/workflows/SECURITY_CI.yml | 16 ++++++++-------- .github/workflows/build-safety.yml | 2 +- .github/workflows/core-benchmarks.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/sdk-release.yml | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/MODULE_TESTS_CI.yml b/.github/workflows/MODULE_TESTS_CI.yml index 61e64e5..2d43a5a 100644 --- a/.github/workflows/MODULE_TESTS_CI.yml +++ b/.github/workflows/MODULE_TESTS_CI.yml @@ -70,7 +70,7 @@ jobs: steps: - name: Checkout umbrella repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive @@ -212,7 +212,7 @@ jobs: steps: - name: Checkout umbrella repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/SECURITY_CI.yml b/.github/workflows/SECURITY_CI.yml index add3e37..c67bef6 100644 --- a/.github/workflows/SECURITY_CI.yml +++ b/.github/workflows/SECURITY_CI.yml @@ -228,7 +228,7 @@ jobs: steps: - name: Checkout umbrella repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive @@ -301,7 +301,7 @@ jobs: steps: - name: Checkout umbrella repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive @@ -385,7 +385,7 @@ jobs: steps: - name: Checkout umbrella repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive @@ -451,7 +451,7 @@ jobs: steps: - name: Checkout umbrella repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive @@ -536,7 +536,7 @@ jobs: steps: - name: Checkout umbrella repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive @@ -681,7 +681,7 @@ jobs: steps: - name: Checkout umbrella repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive @@ -792,7 +792,7 @@ jobs: steps: - name: Checkout umbrella repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive @@ -902,7 +902,7 @@ jobs: steps: - name: Checkout umbrella repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/build-safety.yml b/.github/workflows/build-safety.yml index 78d36b2..c189064 100644 --- a/.github/workflows/build-safety.yml +++ b/.github/workflows/build-safety.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/core-benchmarks.yml b/.github/workflows/core-benchmarks.yml index c1de3c9..69364d1 100644 --- a/.github/workflows/core-benchmarks.yml +++ b/.github/workflows/core-benchmarks.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout candidate repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 466e34d..6e94d62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/sdk-release.yml b/.github/workflows/sdk-release.yml index 0d73a5a..51f53ec 100644 --- a/.github/workflows/sdk-release.yml +++ b/.github/workflows/sdk-release.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0