Skip to content

Commit 4f7289e

Browse files
authored
Merge pull request #228 from supabase/dependabot/github_actions/master/robinraju/release-downloader-1.12
Bump robinraju/release-downloader from 1.8 to 1.12
2 parents 676b78a + de2a7e9 commit 4f7289e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-homebrew-tap.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ jobs:
2020
ref: 'main'
2121
token: ${{ secrets.homebrew_tap_rw }}
2222
- name: Download Linux AMD64 package
23-
uses: robinraju/release-downloader@v1.8
23+
uses: robinraju/release-downloader@v1.12
2424
with:
2525
repository: "supabase/dbdev"
2626
tag: ${{ inputs.tag }}
2727
fileName: "dbdev-${{ inputs.tag }}-linux-amd64.tar.gz"
2828

2929
- name: Download Linux ARM64 package
30-
uses: robinraju/release-downloader@v1.8
30+
uses: robinraju/release-downloader@v1.12
3131
with:
3232
repository: "supabase/dbdev"
3333
tag: ${{ inputs.tag }}
3434
fileName: "dbdev-${{ inputs.tag }}-linux-arm64.tar.gz"
3535

3636
- name: Download macOS AMD64 package
37-
uses: robinraju/release-downloader@v1.8
37+
uses: robinraju/release-downloader@v1.12
3838
with:
3939
repository: "supabase/dbdev"
4040
tag: ${{ inputs.tag }}

.github/workflows/release-scoop-bucket.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
token: ${{ secrets.scoop_bucket_rw }}
2222

2323
- name: Download Windows AMD64 package
24-
uses: robinraju/release-downloader@v1.8
24+
uses: robinraju/release-downloader@v1.12
2525
with:
2626
repository: "supabase/dbdev"
2727
tag: ${{ inputs.tag }}

0 commit comments

Comments
 (0)