Skip to content

Commit

Permalink
pin cargo-about version in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Nov 19, 2024
1 parent 2ce42ab commit f3cc638
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
tags: ['v*']

env:
# renovate: datasource=github-releases depName=EmbarkStudios/cargo-about
CARGO_ABOUT_VERSION: 0.6.4

jobs:
build:
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -38,7 +42,7 @@ jobs:

- name: install cargo-about
run: |
cargo install --locked cargo-about
cargo install --locked cargo-about --version ${{ env.CARGO_ABOUT_VERSION }}
- name: Build
run: |
Expand Down

0 comments on commit f3cc638

Please sign in to comment.