Skip to content

Commit

Permalink
👷 Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBardon committed Oct 27, 2024
1 parent bbc6e2f commit 76e2078
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,19 @@ jobs:
steps:
- name: Get current tag
id: tag
uses: devops-actions/[email protected].1
uses: devops-actions/[email protected].3
with:
strip_v: true

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
uses: dtolnay/rust-toolchain@stable

- name: Verify versions
run: rustc --version && rustup --version && cargo --version

- name: Cache build context
- name: Cache build artifacts
id: cache-cargo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit 76e2078

Please sign in to comment.