Skip to content

Commit 6d3b4d9

Browse files
authored
Merge pull request #1266 from pkgxdev/dependabot/github_actions/robinraju/release-downloader-1.13
Bump robinraju/release-downloader from 1.11 to 1.13
2 parents 0906e60 + 3290242 commit 6d3b4d9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
platforms: linux/amd64,linux/arm64
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: robinraju/release-downloader@v1.12
36+
- uses: robinraju/release-downloader@v1.13
3737
with:
3838
releaseId: ${{ github.event.release.id }}
3939
tag: ${{ github.event.inputs.tag }}

.github/workflows/cd.www.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2727
aws-region: us-east-1
2828

29-
- uses: robinraju/release-downloader@v1.11
29+
- uses: robinraju/release-downloader@v1.13
3030
with:
3131
releaseId: ${{ github.event.release.id }}
3232
tag: ${{ github.event.inputs.tag }}

.github/workflows/ci.docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v6
2929

30-
- uses: robinraju/release-downloader@v1.12
30+
- uses: robinraju/release-downloader@v1.13
3131
with:
3232
fileName: pkgx-*+linux+x86-64.tar.gz
3333
latest: true

0 commit comments

Comments
 (0)