Skip to content

Commit

Permalink
Update deploy.yml (#1796)
Browse files Browse the repository at this point in the history
revert erroneous versioning updates
  • Loading branch information
ERLindeman committed Sep 13, 2024
1 parent 3e3f143 commit 49654da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Rust
uses: actions-rs/toolchain@v2
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
Expand Down

0 comments on commit 49654da

Please sign in to comment.