build(deps): bump robinraju/release-downloader from 1.11 to 1.12 (#3712)
Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.11 to 1.12. - [Release notes](https://github.com/robinraju/release-downloader/releases) - [Commits](https://github.com/robinraju/release-downloader/compare/v1.11...v1.12) --- updated-dependencies: - dependency-name: robinraju/release-downloader dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/update-flathub-repo.yml
vendored
2
.github/workflows/update-flathub-repo.yml
vendored
@@ -104,7 +104,7 @@ jobs:
|
|||||||
if: >-
|
if: >-
|
||||||
steps.check-label.outputs.hasTopic == 'true' &&
|
steps.check-label.outputs.hasTopic == 'true' &&
|
||||||
steps.check-release.outputs.isLatestRelease == 'true'
|
steps.check-release.outputs.isLatestRelease == 'true'
|
||||||
uses: robinraju/release-downloader@v1.11
|
uses: robinraju/release-downloader@v1.12
|
||||||
with:
|
with:
|
||||||
repository: "${{ github.repository }}"
|
repository: "${{ github.repository }}"
|
||||||
tag: "${{ github.event.release.tag_name }}"
|
tag: "${{ github.event.release.tag_name }}"
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
id: download
|
id: download
|
||||||
if: >-
|
if: >-
|
||||||
steps.check-label.outputs.hasTopic == 'true'
|
steps.check-label.outputs.hasTopic == 'true'
|
||||||
uses: robinraju/release-downloader@v1.11
|
uses: robinraju/release-downloader@v1.12
|
||||||
with:
|
with:
|
||||||
repository: "${{ github.repository }}"
|
repository: "${{ github.repository }}"
|
||||||
tag: "${{ github.event.release.tag_name }}"
|
tag: "${{ github.event.release.tag_name }}"
|
||||||
|
|||||||
2
.github/workflows/update-pacman-repo.yml
vendored
2
.github/workflows/update-pacman-repo.yml
vendored
@@ -77,7 +77,7 @@ jobs:
|
|||||||
if: >-
|
if: >-
|
||||||
steps.check-label.outputs.hasTopic == 'true' &&
|
steps.check-label.outputs.hasTopic == 'true' &&
|
||||||
steps.check-release.outputs.isLatestRelease == 'true'
|
steps.check-release.outputs.isLatestRelease == 'true'
|
||||||
uses: robinraju/release-downloader@v1.11
|
uses: robinraju/release-downloader@v1.12
|
||||||
with:
|
with:
|
||||||
repository: "${{ github.repository }}"
|
repository: "${{ github.repository }}"
|
||||||
tag: "${{ github.event.release.tag_name }}"
|
tag: "${{ github.event.release.tag_name }}"
|
||||||
|
|||||||
2
.github/workflows/update-winget-release.yml
vendored
2
.github/workflows/update-winget-release.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
id: download
|
id: download
|
||||||
if: >-
|
if: >-
|
||||||
steps.check-label.outputs.hasTopic == 'true'
|
steps.check-label.outputs.hasTopic == 'true'
|
||||||
uses: robinraju/release-downloader@v1.11
|
uses: robinraju/release-downloader@v1.12
|
||||||
with:
|
with:
|
||||||
repository: "${{ github.repository }}"
|
repository: "${{ github.repository }}"
|
||||||
tag: "${{ github.event.release.tag_name }}"
|
tag: "${{ github.event.release.tag_name }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user