diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e1580b58fe..9df4fcc24e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 20 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index 259cc5e2a7..2a40fc1561 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/cross-platform-test.yml b/.github/workflows/cross-platform-test.yml index d2fcf3e5cf..2b3648123a 100644 --- a/.github/workflows/cross-platform-test.yml +++ b/.github/workflows/cross-platform-test.yml @@ -18,7 +18,7 @@ jobs: os: [windows-latest] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/dvc-cli-output-test.yml b/.github/workflows/dvc-cli-output-test.yml index b830cfffc7..8182da9676 100644 --- a/.github/workflows/dvc-cli-output-test.yml +++ b/.github/workflows/dvc-cli-output-test.yml @@ -13,7 +13,7 @@ jobs: os: [ubuntu-latest, macOS-latest, windows-latest] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/end-to-end-test.yml b/.github/workflows/end-to-end-test.yml index 424fa55d46..aba571f01f 100644 --- a/.github/workflows/end-to-end-test.yml +++ b/.github/workflows/end-to-end-test.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 20 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 294ed89568..58c7a427e2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0