Skip to content

Commit 9f06f93

Browse files
authored
Update robinraju/release-downloader from 1.12 to 1.13 (#565)
1 parent ba5c25c commit 9f06f93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

230230
- name: Download cargo-make
231231
if: steps.cargo_make_cache.outputs.cache-hit != 'true'
232-
uses: robinraju/release-downloader@v1.12
232+
uses: robinraju/release-downloader@v1.13
233233
with:
234234
repository: 'sagiegurari/cargo-make'
235235
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
@@ -238,7 +238,7 @@ jobs:
238238

239239
- name: Download cargo-make
240240
if: steps.cargo_make_cache.outputs.cache-hit != 'true'
241-
uses: robinraju/release-downloader@v1.12
241+
uses: robinraju/release-downloader@v1.13
242242
with:
243243
repository: 'sagiegurari/cargo-make'
244244
tag: '${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'

0 commit comments

Comments
 (0)