From 12560d69adcfcd6d6693ce20a85484dce9d24652 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Tue, 2 Aug 2022 12:20:03 -0700 Subject: [PATCH] Update documentation. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 92b2ecc..051c451 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ By default, this action assumes that: Single-crate workspaces can use it as: ``` -steps: -- uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: Check semver uses: obi1kenobi/cargo-semver-checks-action@v1 - name: Publish to crates.io @@ -23,10 +19,6 @@ To use it in a workspace with more than one crate: For example, this is publishing `my-crate` whose releases are tagged as `my-crate-v1.2.3`: ``` -steps: -- uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: Check semver uses: obi1kenobi/cargo-semver-checks-action@v1 with: