From 71f9abb7f6c2c1f282435479bb4aa253c38ce241 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:30:19 -0400 Subject: [PATCH] chore(deps): update oven-sh/setup-bun action to v2 (#214) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-on-main.yaml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/test-on-pr.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-on-main.yaml b/.github/workflows/build-on-main.yaml index 64a91644..cbb29241 100644 --- a/.github/workflows/build-on-main.yaml +++ b/.github/workflows/build-on-main.yaml @@ -28,7 +28,7 @@ jobs: egress-policy: audit - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install bun - uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1 + uses: oven-sh/setup-bun@123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af # v2 - name: Create Fake .env File (dotenvy_macro requirement) run: | touch src-tauri/.env diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 478af5da..8808ab4a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install bun - uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1 + uses: oven-sh/setup-bun@123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af # v2 - name: Create Fake .env File (dotenvy_macro requirement) run: | touch src-tauri/.env diff --git a/.github/workflows/test-on-pr.yaml b/.github/workflows/test-on-pr.yaml index f9df2fe2..d4a4495c 100644 --- a/.github/workflows/test-on-pr.yaml +++ b/.github/workflows/test-on-pr.yaml @@ -26,7 +26,7 @@ jobs: egress-policy: audit - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install bun - uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1 + uses: oven-sh/setup-bun@123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af # v2 - name: Create Fake .env File (dotenvy_macro requirement) run: | touch src-tauri/.env @@ -81,7 +81,7 @@ jobs: egress-policy: audit - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install bun - uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1 + uses: oven-sh/setup-bun@123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af # v2 - name: Install Dependencies # You can remove libayatana-appindicator3-dev if you don't use the system tray feature. run: |