Skip to content

Commit

Permalink
Bump iterative/setup-dvc from 1.1.2 to 2 (#8560)
Browse files Browse the repository at this point in the history
Bumps [iterative/setup-dvc](https://github.com/iterative/setup-dvc) from 1.1.2 to 2.
- [Commits](iterative/setup-dvc@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent e3144b9 commit 1ebc9eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dvc-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/[email protected]

- 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-baseline-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]

- 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: |
Expand Down

0 comments on commit 1ebc9eb

Please sign in to comment.