Skip to content

Commit 48f9445

Browse files
Update actions/checkout digest to de5a000
1 parent f4b8430 commit 48f9445

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
check-style:
1717
runs-on: ubuntu-22.04
1818
steps:
19-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
19+
- uses: actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815
2020
- name: Report cargo version
2121
run: cargo --version
2222
- name: Report rustfmt version
@@ -27,7 +27,7 @@ jobs:
2727
clippy-lint:
2828
runs-on: ubuntu-22.04
2929
steps:
30-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
30+
- uses: actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815
3131
- name: Report cargo version
3232
run: cargo --version
3333
- name: Report Clippy version
@@ -47,7 +47,7 @@ jobs:
4747
- features: all
4848
feature_flags: --all-features
4949
steps:
50-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
50+
- uses: actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815
5151
- name: Report cargo version
5252
run: cargo --version
5353
- name: Report rustc version

0 commit comments

Comments
 (0)