Skip to content

Commit

Permalink
lock cargo install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmorem committed Nov 20, 2023
1 parent ad332e6 commit 8fe74a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.72.0
toolchain: stable
components: rustfmt

- name: Install deps
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
git remote add upstream https://rushmorem:${{ secrets.GITHUB_TOKEN }}@github.com/addr-rs/psl.git
git add data/rules.txt src/list.rs
git commit -m 'update the list'
cargo install --force --version 0.3.30 release-plz
cargo install --force --locked --version 0.3.30 release-plz
/home/runner/.cargo/bin/release-plz update --no-changelog
git add Cargo.toml
git commit -m 'bump version'
Expand Down

0 comments on commit 8fe74a2

Please sign in to comment.