Skip to content

Commit

Permalink
Update actions/checkout digest to 43045ae
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent 28c63c7 commit dfbc538
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@43045ae669be728bd34ed56fcd1a230c0dc4d8e2
- 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@43045ae669be728bd34ed56fcd1a230c0dc4d8e2
- 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@43045ae669be728bd34ed56fcd1a230c0dc4d8e2
- name: Report cargo version
run: cargo --version
- name: Report rustc version
Expand Down

0 comments on commit dfbc538

Please sign in to comment.