Skip to content

Commit

Permalink
actions -> oven-sh
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Feb 20, 2024
1 parent cfa5d06 commit 2a21000
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check JSON syntax errors in translations via jq
run: jq . public/locales/*/translation.json > /dev/null
- name: Setup Bun
uses: actions/setup-bun@v1
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Bun
uses: actions/setup-bun@v1
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Bun
uses: actions/setup-bun@v1
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
Expand Down

0 comments on commit 2a21000

Please sign in to comment.