From 04089a4243187c1d786a7f607faa90def8b434d8 Mon Sep 17 00:00:00 2001 From: Artsiom Chmutau Date: Wed, 8 Apr 2026 19:21:36 +0300 Subject: [PATCH] Bump checkout action version --- .github/workflows/build-all-and-publish.yml | 8 ++++---- .github/workflows/docs.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-all-and-publish.yml b/.github/workflows/build-all-and-publish.yml index ccd5618d..2ecc15d7 100644 --- a/.github/workflows/build-all-and-publish.yml +++ b/.github/workflows/build-all-and-publish.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true fetch-depth: 0 @@ -109,7 +109,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true fetch-depth: 0 @@ -155,7 +155,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true fetch-depth: 0 @@ -207,7 +207,7 @@ jobs: needs: [ linux, macos, windows ] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 228aa0fc..93c6c6be 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup Temurin JDK 21 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93307fd0..48576088 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true fetch-depth: 0