diff --git a/README.md b/README.md index 238ad78..965ffa5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See [action.yml](action.yml) - uses: actions/checkout@v2 - name: Check updates id: updates - uses: valicm/drupal-update@v2 + uses: valicm/drupal-update@v3 ``` @@ -76,4 +76,4 @@ jobs: Get all minor updates and output results in summary.md file. ```bash curl -fsSL https://raw.githubusercontent.com/valicm/drupal-update/main/drupal-update.sh | bash -s -- -o summary.md -``` \ No newline at end of file +```