Skip to content

Commit

Permalink
Bump robinraju/release-downloader from 1.8 to 1.9
Browse files Browse the repository at this point in the history
Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.8 to 1.9.
- [Release notes](https://github.com/robinraju/release-downloader/releases)
- [Commits](robinraju/release-downloader@v1.8...v1.9)

---
updated-dependencies:
- dependency-name: robinraju/release-downloader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mxcl committed Jan 30, 2024
1 parent 710a69f commit 8ac9f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build-and-push-image:
runs-on: ubuntu-latest
steps:
- uses: robinraju/release-downloader@v1.8
- uses: robinraju/release-downloader@v1.9
with:
releaseId: ${{ github.event.release.id }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- uses: robinraju/release-downloader@v1.8
- uses: robinraju/release-downloader@v1.9
with:
releaseId: ${{ github.event.release.id || github.event.inputs.release-id }}

Expand Down

0 comments on commit 8ac9f8b

Please sign in to comment.