Skip to content

Commit

Permalink
Upgrade setup-roc action to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasnep committed Jan 13, 2025
1 parent d5da596 commit d244024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
- name: Install Roc
uses: hasnep/setup-roc@80f4b4a1b94a7a89b3152e9b4e635367e7c0a940 # ratchet:hasnep/setup-roc@main
uses: hasnep/setup-roc@1385796e520f33b3e56484e644a75c0110378873 # ratchet:hasnep/setup-roc@v0.4.0
with:
roc-version: nightly
- name: Bundle and release the library
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
- name: Install Roc
uses: hasnep/setup-roc@80f4b4a1b94a7a89b3152e9b4e635367e7c0a940 # ratchet:hasnep/setup-roc@main
uses: hasnep/setup-roc@1385796e520f33b3e56484e644a75c0110378873 # ratchet:hasnep/setup-roc@v0.4.0
with:
roc-version: nightly
- name: Generate docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
- name: Install Roc
uses: hasnep/setup-roc@80f4b4a1b94a7a89b3152e9b4e635367e7c0a940 # ratchet:hasnep/setup-roc@main
uses: hasnep/setup-roc@1385796e520f33b3e56484e644a75c0110378873 # ratchet:hasnep/setup-roc@v0.4.0
with:
roc-version: nightly
- name: Test the library
Expand Down

0 comments on commit d244024

Please sign in to comment.