Skip to content

Commit

Permalink
.sync/workflows/codeql: Bump release-downloader from v1.9 to v1.10 (#339
Browse files Browse the repository at this point in the history
)

Matches latest version synced to repos with dependabot.

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki authored Apr 22, 2024
1 parent c95e8e5 commit db418ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sync/workflows/leaf/codeql-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:

- name: Download cargo-make
if: steps.cargo_make_cache.outputs.cache-hit != 'true'
uses: robinraju/release-downloader@v1.9
uses: robinraju/release-downloader@v1.10
with:
repository: 'sagiegurari/cargo-make'
tag: '${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'
Expand Down
2 changes: 1 addition & 1 deletion .sync/workflows/leaf/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:

- name: Download cargo-make
if: steps.cargo_make_cache.outputs.cache-hit != 'true'
uses: robinraju/release-downloader@v1.9
uses: robinraju/release-downloader@v1.10
with:
repository: 'sagiegurari/cargo-make'
tag: '${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'
Expand Down

0 comments on commit db418ae

Please sign in to comment.