Skip to content

Commit

Permalink
Update actions/checkout digest to 97a652b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 29, 2023
1 parent f18821b commit 85b3742
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@f43a0e5ff2bd294095638e18286ca9a3d1956744
- uses: actions/checkout@97a652b80035363df47baee5031ec8670b8878ac
- 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@f43a0e5ff2bd294095638e18286ca9a3d1956744
- uses: actions/checkout@97a652b80035363df47baee5031ec8670b8878ac
- 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@f43a0e5ff2bd294095638e18286ca9a3d1956744
- uses: actions/checkout@97a652b80035363df47baee5031ec8670b8878ac
- name: Report cargo version
run: cargo --version
- name: Report rustc version
Expand Down

0 comments on commit 85b3742

Please sign in to comment.