Skip to content

Commit

Permalink
fix(ci): correct actions/checkout version in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Nov 19, 2023
1 parent d448dca commit 8f6d570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
arch: x64
steps:
- name: Checkout Source code
uses: actions/checkout@4
uses: actions/checkout@v4
with:
ref: "stable"
- name: Cache Rust dependencies
Expand Down

0 comments on commit 8f6d570

Please sign in to comment.