From fc5971c3d65bc05f1082f8e2f3dc65268b83bdd1 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Tue, 16 Jun 2026 16:34:33 +0300 Subject: [PATCH] chore: bump README references to v0.1.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 535afc8..519afaa 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The examples above pin the action at `@v0`, the moving major-version tag. It alw `@v0` only advances on stable releases, never on prereleases. If you prefer to control upgrades yourself, pin an exact release instead and bump it when you choose: ```yaml -- uses: oasdiff/oasdiff-action/breaking@v0.1.1 +- uses: oasdiff/oasdiff-action/breaking@v0.1.2 ``` `@main` runs the unreleased tip and is meant for trying changes early, not for production.