Skip to content

Commit

Permalink
chore(jans-cedarling): check rust test on stable version
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Bohzok <[email protected]>
  • Loading branch information
olehbozhok committed Jan 10, 2025
1 parent 606331b commit 7509379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cedarling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install Rust
uses: dtolnay/rust-toolchain@1ff72ee08e3cb84d84adba594e0a297990fc1ed3 # stable
uses: dtolnay/rust-toolchain@stable # stable
- name: Run Tests
working-directory: jans-cedarling
run: |
Expand Down

0 comments on commit 7509379

Please sign in to comment.