We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5c25c commit 9f06f93Copy full SHA for 9f06f93
2 files changed
.sync/workflows/leaf/codeql-platform.yml
@@ -229,7 +229,7 @@ jobs:
229
230
- name: Download cargo-make
231
if: steps.cargo_make_cache.outputs.cache-hit != 'true'
232
- uses: robinraju/release-downloader@v1.12
+ uses: robinraju/release-downloader@v1.13
233
with:
234
repository: 'sagiegurari/cargo-make'
235
tag: '${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'
.sync/workflows/leaf/codeql.yml
@@ -238,7 +238,7 @@ jobs:
238
239
240
241
242
243
244
0 commit comments