From 1ebc9eb41030d87098d389cabcc59a54b1f45b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:06:40 +0800 Subject: [PATCH] Bump iterative/setup-dvc from 1.1.2 to 2 (#8560) Bumps [iterative/setup-dvc](https://github.com/iterative/setup-dvc) from 1.1.2 to 2. - [Commits](https://github.com/iterative/setup-dvc/compare/v1.1.2...v2) --- updated-dependencies: - dependency-name: iterative/setup-dvc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dvc-diff.yml | 2 +- .github/workflows/release-baseline-images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dvc-diff.yml b/.github/workflows/dvc-diff.yml index e44a6d5d175..d84ed242a36 100644 --- a/.github/workflows/dvc-diff.yml +++ b/.github/workflows/dvc-diff.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: Setup data version control (DVC) - uses: iterative/setup-dvc@v1.1.2 + uses: iterative/setup-dvc@v2 - name: Setup continuous machine learning (CML) uses: iterative/setup-cml@v3 diff --git a/.github/workflows/release-baseline-images.yml b/.github/workflows/release-baseline-images.yml index 99482be1111..dc941111e74 100644 --- a/.github/workflows/release-baseline-images.yml +++ b/.github/workflows/release-baseline-images.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: Setup data version control (DVC) - uses: iterative/setup-dvc@v1.1.2 + uses: iterative/setup-dvc@v2 - name: Pull baseline image data from dvc remote run: |