Skip to content

Commit

Permalink
dvc 2.7.2 (iterative#2813)
Browse files Browse the repository at this point in the history
* dvc 2.7.2

* gha: update: delay by 2 hours

Co-authored-by: efiop <[email protected]>
Co-authored-by: Ruslan Kuprieiev <[email protected]>
  • Loading branch information
3 people authored and karajan1001 committed Sep 29, 2021
1 parent 913554a commit b731dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update download links
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 2 * * *'
jobs:
update:
runs-on: ubuntu-18.04
Expand Down
2 changes: 1 addition & 1 deletion src/components/DownloadButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { logEvent } from '../../utils/front/ga'

import styles from './styles.module.css'

const VERSION = `2.7.0`
const VERSION = `2.7.2`

enum OS {
UNKNOWN = '...',
Expand Down

0 comments on commit b731dc3

Please sign in to comment.