File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add this step to your CI workflow:
1414### Using Major Releases
1515
1616``` yaml
17- - uses : roc-lang/setup-roc@e2e4452c2bfb0380daadefdb23b989bc9748c63b
17+ - uses : roc-lang/setup-roc@39c354a6a838a0089eea9068a0414f49b62c5c08
1818 with :
1919 version : alpha4-rolling
2020` ` `
@@ -23,9 +23,9 @@ Add this step to your CI workflow:
2323### Using Nightly Releases
2424
2525` ` ` yaml
26- - uses : roc-lang/setup-roc@e2e4452c2bfb0380daadefdb23b989bc9748c63b
26+ - uses : roc-lang/setup-roc@39c354a6a838a0089eea9068a0414f49b62c5c08
2727 with :
28- # Nightly hashes are not verified because they are updated regularly.
28+ # Note: nightly hashes are not verified because they are updated regularly.
2929 version : nightly
3030` ` `
3131
You can’t perform that action at this time.
0 commit comments