Skip to content

Commit

Permalink
Update actions/checkout digest to 2541b12 (#334)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 22, 2022
1 parent fbb7610 commit c376837
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-18.04
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Report cargo version
run: cargo --version
- name: Report rustfmt version
Expand All @@ -24,7 +24,7 @@ jobs:
clippy-lint:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Report cargo version
run: cargo --version
- name: Report Clippy version
Expand All @@ -38,7 +38,7 @@ jobs:
matrix:
os: [ubuntu-18.04, windows-2019, macos-10.15]
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Report cargo version
run: cargo --version
- name: Report rustc version
Expand Down

0 comments on commit c376837

Please sign in to comment.