The v8
tag will be updated any time we update our main channel for version 8 🎱
Note
We strongly recommend using this tag in your GitHub Actions workflows (as opposed to staying on a fixed version like8.5.0
). That way, your workflows remain up-to-date without the risk of breaking changes1 that disrupt your workflows. Plus, you can avoid those pesky Dependabot notifications for minor or patch updates!
Here's an example of how you'd use this v8
tag in your workflows:
- name: Validate with rdme 🦉
uses: readmeio/rdme@v8
with:
rdme: openapi:validate petstore.json
-
This is because
rdme
follows semantic versioning conventions. ↩