Skip to content

Commit 575fd74

Browse files
authored
.sync/workflows/codeql: Bump release-downloader from v1.10 to v1.11 (#351)
Matches latest version synced to repos with dependabot. Signed-off-by: Michael Kubacki <[email protected]>
1 parent 7e71f9a commit 575fd74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.sync/workflows/leaf/codeql-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207

208208
- name: Download cargo-make
209209
if: steps.cargo_make_cache.outputs.cache-hit != 'true'
210-
uses: robinraju/release-downloader@v1.10
210+
uses: robinraju/release-downloader@v1.11
211211
with:
212212
repository: 'sagiegurari/cargo-make'
213213
tag: '${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'

.sync/workflows/leaf/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212

213213
- name: Download cargo-make
214214
if: steps.cargo_make_cache.outputs.cache-hit != 'true'
215-
uses: robinraju/release-downloader@v1.10
215+
uses: robinraju/release-downloader@v1.11
216216
with:
217217
repository: 'sagiegurari/cargo-make'
218218
tag: '${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'

0 commit comments

Comments
 (0)