From 93807183e08fc56e64805e50ae600891d26a8031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:13:28 +0000 Subject: [PATCH] build(deps): bump iterative/setup-dvc from 2 to 3 Bumps [iterative/setup-dvc](https://github.com/iterative/setup-dvc) from 2 to 3. - [Release notes](https://github.com/iterative/setup-dvc/releases) - [Commits](https://github.com/iterative/setup-dvc/compare/v2...v3) --- updated-dependencies: - dependency-name: iterative/setup-dvc dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-caches.yml | 2 +- .github/workflows/dvc-diff.yml | 2 +- .github/workflows/release-baseline-images.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-caches.yml b/.github/workflows/ci-caches.yml index afa17d2e157..bcf0a08cc6d 100644 --- a/.github/workflows/ci-caches.yml +++ b/.github/workflows/ci-caches.yml @@ -173,7 +173,7 @@ jobs: persist-credentials: false - name: Setup data version control (DVC) - uses: iterative/setup-dvc@v2 + uses: iterative/setup-dvc@v3 - name: Pull baseline image data from dvc remote env: diff --git a/.github/workflows/dvc-diff.yml b/.github/workflows/dvc-diff.yml index 62ef75b47ce..88bf7454c9d 100644 --- a/.github/workflows/dvc-diff.yml +++ b/.github/workflows/dvc-diff.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Setup data version control (DVC) - uses: iterative/setup-dvc@v2 + uses: iterative/setup-dvc@v3 - name: Pull baseline image data from dvc remote id: dvc-pull diff --git a/.github/workflows/release-baseline-images.yml b/.github/workflows/release-baseline-images.yml index add176797a1..4ed8173fb6f 100644 --- a/.github/workflows/release-baseline-images.yml +++ b/.github/workflows/release-baseline-images.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Setup data version control (DVC) - uses: iterative/setup-dvc@v2 + uses: iterative/setup-dvc@v3 - name: Pull baseline image data from dvc remote id: dvc-pull