Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down