Skip to content

Commit 8975212

Browse files
authored
GitHub Action: Bump robinraju/release-downloader from 1.8 to 1.9 (#307)
Updates the CodeQL workflows to match the latest version that is being updated by dependabot in relevant repos. Signed-off-by: Michael Kubacki <[email protected]>
1 parent 1ab9259 commit 8975212

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
@@ -178,7 +178,7 @@ jobs:
178178

179179
- name: Download cargo-make
180180
if: steps.cargo_make_cache.outputs.cache-hit != 'true'
181-
uses: robinraju/release-downloader@v1.8
181+
uses: robinraju/release-downloader@v1.9
182182
with:
183183
repository: 'sagiegurari/cargo-make'
184184
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
@@ -185,7 +185,7 @@ jobs:
185185

186186
- name: Download cargo-make
187187
if: steps.cargo_make_cache.outputs.cache-hit != 'true'
188-
uses: robinraju/release-downloader@v1.8
188+
uses: robinraju/release-downloader@v1.9
189189
with:
190190
repository: 'sagiegurari/cargo-make'
191191
tag: '${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'

0 commit comments

Comments
 (0)