Skip to content

Commit 48dfaeb

Browse files
authored
Update README commit
1 parent 39c354a commit 48dfaeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)