Skip to content

Commit

Permalink
Bump iterative/setup-dvc from 1.1.2 to 2
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]>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent d56503f commit 675c5ba
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:
fetch-depth: 0

- 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/[email protected]
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 @@ -26,7 +26,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: dvc pull && ls -lhR pygmt/tests/baseline/
Expand Down

0 comments on commit 675c5ba

Please sign in to comment.