Skip to content

Commit ec106b4

Browse files
committed
Document the consequences of using a specific version or commit sha
1 parent d7f9647 commit ec106b4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ It is recommended to first get your build working on Ubuntu and macOS before try
148148

149149
## Versioning
150150

151+
It is highly recommended to use `ruby/setup-ruby@v1` for the version of this action.
152+
This will provide the best experience by automatically getting bug fixes, new Ruby versions and new features.
153+
154+
If you instead choose a specific version (v1.2.3) or a commit sha, there will be no automatic bug fixes and
155+
it will be your responsibility to update every time the action no longer works.
156+
Make sure to always use the latest release before reporting an issue on GitHub.
157+
151158
This action follows semantic versioning with a moving `v1` branch.
152159
This follows the [recommendations](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md) of GitHub Actions.
153160

0 commit comments

Comments
 (0)