File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,13 @@ It is recommended to first get your build working on Ubuntu and macOS before try
148
148
149
149
# # Versioning
150
150
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
+
151
158
This action follows semantic versioning with a moving `v1` branch.
152
159
This follows the [recommendations](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md) of GitHub Actions.
153
160
You can’t perform that action at this time.
0 commit comments