Skip to content

Commit 6ab4e6d

Browse files
chore(deps): update robinraju/release-downloader action to v1.13 (#693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99c6c2c commit 6ab4e6d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/__call-update-flathub-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
if: >-
109109
steps.check-label.outputs.hasTopic == 'true' &&
110110
steps.check-release.outputs.isLatestRelease == 'true'
111-
uses: robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
111+
uses: robinraju/release-downloader@28fc21f50d76778e7023361aa1f863e717d3d56f # v1.13
112112
with:
113113
repository: "${{ github.repository }}"
114114
tag: "${{ github.event.release.tag_name }}"

.github/workflows/__call-update-homebrew-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Download release asset
5151
id: download
5252
if: steps.check-label.outputs.hasTopic == 'true'
53-
uses: robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
53+
uses: robinraju/release-downloader@28fc21f50d76778e7023361aa1f863e717d3d56f # v1.13
5454
with:
5555
repository: "${{ github.repository }}"
5656
tag: "${{ github.event.release.tag_name }}"

.github/workflows/__call-update-pacman-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
if: >-
8585
steps.check-label.outputs.hasTopic == 'true' &&
8686
steps.check-release.outputs.isLatestRelease == 'true'
87-
uses: robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
87+
uses: robinraju/release-downloader@28fc21f50d76778e7023361aa1f863e717d3d56f # v1.13
8888
with:
8989
repository: "${{ github.repository }}"
9090
tag: "${{ github.event.release.tag_name }}"

.github/workflows/__call-update-winget-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Download release asset
5656
id: download
5757
if: steps.check-label.outputs.hasTopic == 'true'
58-
uses: robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
58+
uses: robinraju/release-downloader@28fc21f50d76778e7023361aa1f863e717d3d56f # v1.13
5959
with:
6060
repository: "${{ github.repository }}"
6161
tag: "${{ github.event.release.tag_name }}"

0 commit comments

Comments
 (0)