diff --git a/README.md b/README.md index f781d32..cc580ed 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ jobs: node-version: '18' - run: npm install # Install dependencies before running the action - name: Check for Pending Payload Migrations - uses: LiamPietralla/pending-payload-migration-action@v0.1.0 + uses: LiamPietralla/pending-payload-migration-action@v1.0.0 with: paths: "path/to/your/payload/project" # Optional, defaults to root of the repository ```