From 25d98bc1418656e64bbb62a973be39e018fbb70b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:21:41 +0000 Subject: [PATCH] Update oven-sh/setup-bun requirement to bd26ebd2c71c1f353895b3992d78cafe0a0eaf91 Updates the requirements on [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) to permit the latest version. - [Release notes](https://github.com/oven-sh/setup-bun/releases) - [Commits](https://github.com/oven-sh/setup-bun/commits/bd26ebd2c71c1f353895b3992d78cafe0a0eaf91) --- updated-dependencies: - dependency-name: oven-sh/setup-bun dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-deploy.yml | 2 +- .github/workflows/lint-css-js-md.yml | 2 +- .github/workflows/lint-i18n.yml | 2 +- .github/workflows/npm-release.yml | 4 ++-- .github/workflows/plugin-release.yml | 4 ++-- .github/workflows/tests-e2e.yml | 2 +- .github/workflows/update-google-fonts.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 550d84cc3525..377357b5e41e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -160,7 +160,7 @@ jobs: composer-options: '--prefer-dist --no-progress --no-interaction' - name: Setup Bun - uses: oven-sh/setup-bun@4573031972107e0af692492ee967d9022deafd7b + uses: oven-sh/setup-bun@bd26ebd2c71c1f353895b3992d78cafe0a0eaf91 with: bun-version: '0.5.9' diff --git a/.github/workflows/lint-css-js-md.yml b/.github/workflows/lint-css-js-md.yml index 8bccf8869da4..2e2572252266 100644 --- a/.github/workflows/lint-css-js-md.yml +++ b/.github/workflows/lint-css-js-md.yml @@ -88,7 +88,7 @@ jobs: PUPPETEER_SKIP_DOWNLOAD: true - name: Setup Bun - uses: oven-sh/setup-bun@4573031972107e0af692492ee967d9022deafd7b + uses: oven-sh/setup-bun@bd26ebd2c71c1f353895b3992d78cafe0a0eaf91 with: bun-version: '0.5.9' diff --git a/.github/workflows/lint-i18n.yml b/.github/workflows/lint-i18n.yml index ee890ec8dd26..96a6bda59c93 100644 --- a/.github/workflows/lint-i18n.yml +++ b/.github/workflows/lint-i18n.yml @@ -91,7 +91,7 @@ jobs: composer-options: '--prefer-dist --no-progress --no-interaction' - name: Setup Bun - uses: oven-sh/setup-bun@4573031972107e0af692492ee967d9022deafd7b + uses: oven-sh/setup-bun@bd26ebd2c71c1f353895b3992d78cafe0a0eaf91 with: bun-version: '0.5.9' diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index c4f63a86dacc..78ca0b80c283 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -48,7 +48,7 @@ jobs: PUPPETEER_SKIP_DOWNLOAD: true - name: Setup Bun - uses: oven-sh/setup-bun@4573031972107e0af692492ee967d9022deafd7b + uses: oven-sh/setup-bun@bd26ebd2c71c1f353895b3992d78cafe0a0eaf91 with: bun-version: '0.5.9' @@ -126,7 +126,7 @@ jobs: PUPPETEER_SKIP_DOWNLOAD: true - name: Setup Bun - uses: oven-sh/setup-bun@4573031972107e0af692492ee967d9022deafd7b + uses: oven-sh/setup-bun@bd26ebd2c71c1f353895b3992d78cafe0a0eaf91 with: bun-version: '0.5.9' diff --git a/.github/workflows/plugin-release.yml b/.github/workflows/plugin-release.yml index 2a6e2750d4d1..099f05a5eeb5 100644 --- a/.github/workflows/plugin-release.yml +++ b/.github/workflows/plugin-release.yml @@ -293,7 +293,7 @@ jobs: composer-options: '--prefer-dist --no-progress --no-interaction' - name: Setup Bun - uses: oven-sh/setup-bun@4573031972107e0af692492ee967d9022deafd7b + uses: oven-sh/setup-bun@bd26ebd2c71c1f353895b3992d78cafe0a0eaf91 with: bun-version: '0.5.9' @@ -466,7 +466,7 @@ jobs: PUPPETEER_SKIP_DOWNLOAD: true - name: Setup Bun - uses: oven-sh/setup-bun@4573031972107e0af692492ee967d9022deafd7b + uses: oven-sh/setup-bun@bd26ebd2c71c1f353895b3992d78cafe0a0eaf91 with: bun-version: '0.5.9' diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 97c411fda530..e97456d76001 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -101,7 +101,7 @@ jobs: composer-options: '--prefer-dist --no-progress --no-interaction' - name: Setup Bun - uses: oven-sh/setup-bun@4573031972107e0af692492ee967d9022deafd7b + uses: oven-sh/setup-bun@bd26ebd2c71c1f353895b3992d78cafe0a0eaf91 with: bun-version: '0.5.9' diff --git a/.github/workflows/update-google-fonts.yml b/.github/workflows/update-google-fonts.yml index a06919feda0a..014af7551d5f 100644 --- a/.github/workflows/update-google-fonts.yml +++ b/.github/workflows/update-google-fonts.yml @@ -43,7 +43,7 @@ jobs: PUPPETEER_SKIP_DOWNLOAD: true - name: Setup Bun - uses: oven-sh/setup-bun@c7179230d018dd38c919d10d3be7fcd666ab3304 + uses: oven-sh/setup-bun@bd26ebd2c71c1f353895b3992d78cafe0a0eaf91 with: bun-version: latest