We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93dbdf0 commit cd399abCopy full SHA for cd399ab
.github/workflows/CI.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- name: Checkout sources
21
uses: actions/checkout@v3
22
+ with:
23
+ persist-credentials: false
24
25
- name: Install stable toolchain
26
uses: dtolnay/rust-toolchain@stable
@@ -39,6 +41,8 @@ jobs:
39
41
40
42
43
44
45
46
47
- name: Install rust toolchain
48
uses: dtolnay/rust-toolchain@master
@@ -65,6 +69,8 @@ jobs:
65
69
66
70
67
71
72
73
68
74
75
76
@@ -84,6 +90,8 @@ jobs:
84
90
85
91
86
92
93
94
87
95
88
96
- uses: dtolnay/rust-toolchain@master
89
97
with:
0 commit comments