From 2a2100018f9f9195ec52f54e3661b123ffe91bee Mon Sep 17 00:00:00 2001 From: Filip Czaplicki Date: Tue, 20 Feb 2024 23:53:46 +0100 Subject: [PATCH] actions -> oven-sh --- .github/workflows/ci_test.yml | 2 +- .github/workflows/deploy_development.yml | 2 +- .github/workflows/deploy_production.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 354d2b4..df71563 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -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 diff --git a/.github/workflows/deploy_development.yml b/.github/workflows/deploy_development.yml index 4b4f929..8524a57 100644 --- a/.github/workflows/deploy_development.yml +++ b/.github/workflows/deploy_development.yml @@ -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 diff --git a/.github/workflows/deploy_production.yml b/.github/workflows/deploy_production.yml index ac9bfc1..6e68ab0 100644 --- a/.github/workflows/deploy_production.yml +++ b/.github/workflows/deploy_production.yml @@ -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