|
14 | 14 | if: github.repository == 'NHSDigital/mesh-sandbox' |
15 | 15 | steps: |
16 | 16 | - name: checkout |
17 | | - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| 17 | + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
18 | 18 | with: |
19 | 19 | fetch-depth: 0 |
20 | 20 |
|
|
60 | 60 | poetry self add "poetry-dynamic-versioning[plugin]" |
61 | 61 |
|
62 | 62 | - name: cache virtualenv |
63 | | - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
| 63 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
64 | 64 | with: |
65 | 65 | path: | |
66 | 66 | .venv |
@@ -158,7 +158,7 @@ jobs: |
158 | 158 | if: github.repository == 'NHSDigital/mesh-sandbox' |
159 | 159 | steps: |
160 | 160 | - name: checkout |
161 | | - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| 161 | + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
162 | 162 | with: |
163 | 163 | fetch-depth: 0 |
164 | 164 |
|
@@ -196,7 +196,7 @@ jobs: |
196 | 196 | poetry self add "poetry-dynamic-versioning[plugin]" |
197 | 197 |
|
198 | 198 | - name: cache virtualenv |
199 | | - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
| 199 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
200 | 200 | with: |
201 | 201 | path: | |
202 | 202 | .venv |
@@ -244,7 +244,7 @@ jobs: |
244 | 244 | - lint |
245 | 245 | steps: |
246 | 246 | - name: checkout |
247 | | - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| 247 | + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
248 | 248 | with: |
249 | 249 | fetch-depth: 0 |
250 | 250 |
|
@@ -287,7 +287,7 @@ jobs: |
287 | 287 | poetry self add "poetry-dynamic-versioning[plugin]" |
288 | 288 |
|
289 | 289 | - name: cache virtualenv |
290 | | - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
| 290 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
291 | 291 | with: |
292 | 292 | path: | |
293 | 293 | .venv |
|
0 commit comments