Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed May 20, 2024
1 parent 177f09b commit d725932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
sudo apt-get install musl-tools
- name: Setup | Rust
uses: dtolnay/rust-toolchain@v1.52.1
uses: dtolnay/rust-toolchain@1.52.1
with:
toolchain: nightly
override: true
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit d725932

Please sign in to comment.