Skip to content

Commit

Permalink
Merge pull request #54 from sdr-enthusiasts/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions-rs/cargo-1.0.3

chore(deps): Bump actions-rs/cargo from 1.0.1 to 1.0.3
  • Loading branch information
fredclausen authored May 13, 2024
2 parents f63d878 + cd15207 commit 7464cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends libzmq3-dev librtlsdr-dev
- uses: actions-rs/[email protected].1
- uses: actions-rs/[email protected].3
with:
command: check

Expand All @@ -47,7 +47,7 @@ jobs:
toolchain: stable
override: true
- run: rustup component add rustfmt
- uses: actions-rs/[email protected].1
- uses: actions-rs/[email protected].3
with:
command: fmt
args: --all -- --check
Expand Down

0 comments on commit 7464cb7

Please sign in to comment.