diff --git a/.github/workflows/track.yml b/.github/workflows/track.yml index b91beb4..f222341 100644 --- a/.github/workflows/track.yml +++ b/.github/workflows/track.yml @@ -43,7 +43,7 @@ jobs: persist-credentials: false - id: art - uses: vyncint/mossaic/action@v0.6.0 + uses: vyncint/mossaic/action@v0.7.0 with: # The picture, seven rows by thirteen columns. `matrix` rather than # `text` because a heart is not a letter: it uses the whole week, @@ -72,7 +72,7 @@ jobs: # the failure notification you already get does the reminding. fail-on: never # Which mossaic release does the tracking. The default, latest, - # follows crates.io; pin a number ("0.5.0") to freeze it. Left on + # follows crates.io; pin a number ("0.7.0") to freeze it. Left on # latest deliberately: this repository is where a mossaic release # gets exercised against a real contribution graph, so following # the newest published version is the point of it. diff --git a/README.md b/README.md index f4b99d1..2f7d477 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Exactly the four steps in [mossaic's action guide][guide]: 4. Run once by hand from the Actions tab (with optional `auto_commit` checkbox), rather than waiting for tomorrow. -The action is pinned to `vyncint/mossaic/action@v0.6.0`, not `@main`, so it +The action is pinned to `vyncint/mossaic/action@v0.7.0`, not `@main`, so it changes when I say so. `matrix:` arrived in 0.6.0. ## Two things GitHub does that will bite you