|
25 | 25 | contents: read |
26 | 26 | steps: |
27 | 27 | - name: Checkout repository |
28 | | - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 |
| 28 | + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 |
29 | 29 | with: |
30 | 30 | persist-credentials: false |
31 | 31 | - name: Setup Rust toolchain |
|
43 | 43 | runs-on: ubuntu-latest |
44 | 44 | steps: |
45 | 45 | - name: Checkout repository |
46 | | - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 |
| 46 | + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 |
47 | 47 | with: |
48 | 48 | persist-credentials: false |
49 | 49 |
|
|
75 | 75 | runs-on: ubuntu-latest |
76 | 76 | steps: |
77 | 77 | - name: Checkout repository |
78 | | - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 |
| 78 | + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 |
79 | 79 | with: |
80 | 80 | persist-credentials: false |
81 | 81 |
|
|
96 | 96 | runs-on: ubuntu-latest |
97 | 97 | steps: |
98 | 98 | - name: Checkout repository |
99 | | - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 |
| 99 | + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 |
100 | 100 | with: |
101 | 101 | persist-credentials: false |
102 | 102 |
|
@@ -133,7 +133,7 @@ jobs: |
133 | 133 | os: [ubuntu-latest, macos-latest, windows-latest] |
134 | 134 | steps: |
135 | 135 | - name: Checkout repository |
136 | | - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 |
| 136 | + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 |
137 | 137 | with: |
138 | 138 | persist-credentials: false |
139 | 139 |
|
@@ -169,7 +169,7 @@ jobs: |
169 | 169 | os: [ubuntu-latest, macos-latest, windows-latest] |
170 | 170 | steps: |
171 | 171 | - name: Checkout repository |
172 | | - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 |
| 172 | + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 |
173 | 173 | with: |
174 | 174 | persist-credentials: false |
175 | 175 |
|
@@ -207,7 +207,7 @@ jobs: |
207 | 207 | runs-on: ubuntu-latest |
208 | 208 | steps: |
209 | 209 | - name: Checkout repository |
210 | | - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 |
| 210 | + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 |
211 | 211 | with: |
212 | 212 | persist-credentials: false |
213 | 213 |
|
@@ -254,7 +254,7 @@ jobs: |
254 | 254 | image: archlinux@sha256:9b8e02df0f0a08fa8144d901932bd85d751257f83e00314053314a27ff87884f |
255 | 255 | steps: |
256 | 256 | - name: Checkout repository |
257 | | - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 |
| 257 | + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
258 | 258 | with: |
259 | 259 | persist-credentials: false |
260 | 260 |
|
|
0 commit comments