From ab5ed18270ef4d04b63fcfdc453188e49c87c94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:40:20 +0200 Subject: [PATCH] Bump oven-sh/setup-bun from 1.2.1 to 1.2.2 (#508) Bumps [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/oven-sh/setup-bun/releases) - [Commits](https://github.com/oven-sh/setup-bun/compare/8f24390df009a496891208e5e36b8a1de1f45135...f4d14e03ff726c06358e5557344e1da148b56cf7) --- updated-dependencies: - dependency-name: oven-sh/setup-bun dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64049ab..a9ec562 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -149,7 +149,7 @@ jobs: name: "dist" path: "./dist/" - name: "Use Bun ${{ matrix.bun_version }}" - uses: "oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135" + uses: "oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7" with: bun-version: "${{ matrix.bun_version }}" - name: "Install dependencies"