Skip to content

Commit

Permalink
Update actions/checkout digest to 8410ad0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent 8039054 commit 99758d0
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@8eb1f6a495037164bea451156472f35fdd6bafc0
- uses: actions/checkout@8410ad0602e1e429cee44a835ae9f77f654a6694
- 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@8eb1f6a495037164bea451156472f35fdd6bafc0
- uses: actions/checkout@8410ad0602e1e429cee44a835ae9f77f654a6694
- 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@8eb1f6a495037164bea451156472f35fdd6bafc0
- uses: actions/checkout@8410ad0602e1e429cee44a835ae9f77f654a6694
- name: Report cargo version
run: cargo --version
- name: Report rustc version
Expand Down

0 comments on commit 99758d0

Please sign in to comment.