diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b76d9d..92fe195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout timeout-minutes: 10 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: "recursive" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef61b0a..290002b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout timeout-minutes: 10 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: "recursive" diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index d754bc0..0c6de8e 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout timeout-minutes: 10 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: "recursive" diff --git a/.github/workflows/update_submodules.yml b/.github/workflows/update_submodules.yml index 693f0ab..5ad25db 100644 --- a/.github/workflows/update_submodules.yml +++ b/.github/workflows/update_submodules.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout timeout-minutes: 10 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: "recursive" fetch-depth: 0