Skip to content

Commit

Permalink
Update actions/checkout digest to 8459bc0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent 17e8fee commit 756d387
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
check-style:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@9b4c13b0bfa31b4514c14f74b5a166c2708f43c6
- uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- name: Report cargo version
run: cargo --version
- name: Report rustfmt version
Expand All @@ -24,7 +24,7 @@ jobs:
clippy-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@9b4c13b0bfa31b4514c14f74b5a166c2708f43c6
- uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- name: Report cargo version
run: cargo --version
- name: Report Clippy version
Expand All @@ -45,7 +45,7 @@ jobs:
- features: all
feature_flags: --all-features
steps:
- uses: actions/checkout@9b4c13b0bfa31b4514c14f74b5a166c2708f43c6
- uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- name: Report cargo version
run: cargo --version
- name: Report rustc version
Expand Down

0 comments on commit 756d387

Please sign in to comment.