Skip to content

Commit bbbf8d4

Browse files
authoredMay 3, 2024
correct action version
1 parent 1febe6b commit bbbf8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: cargo build --release --all-features
3434

3535
- if: matrix.platform == 'macos-latest'
36-
uses: imyanice/rust-build.action@latest
36+
uses: imyanice/rust-build.action@v0.1.1
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
with:

0 commit comments

Comments
 (0)
Please sign in to comment.