From 1a0ea28e5af39d12973a53eff190ec4e6d85826c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:24:27 +0900 Subject: [PATCH] chore(deps): update felixmosh/turborepo-gh-artifacts action to v3 (#2561) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [felixmosh/turborepo-gh-artifacts](https://redirect.github.com/felixmosh/turborepo-gh-artifacts) | action | major | `v2` -> `v3` | --- ### Release Notes
felixmosh/turborepo-gh-artifacts (felixmosh/turborepo-gh-artifacts) ### [`v3`](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/blob/HEAD/CHANGELOG.md#v300) [Compare Source](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/compare/v2...v3) > 29 January 2024 - feat: bump to Node 18 [`4482120`](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/commit/4482120970d73b839a9c88c2e6265406f7ae2b53) - Release 3.0.0 [`63287d0`](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/commit/63287d0ada3010a94bbe68dd17518c01f55ca7f3) ##### [v2.1.1](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/compare/v2.1.0...v2.1.1) > 2 April 2023 - feat: print github error message on request error, closes [#​23](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/issues/23) [`#23`](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/issues/23) - Release 2.1.1 [`90863ce`](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/commit/90863ce9f52eb50906a199bfc79aa48ba1b4cf1c) - Create FUNDING.yml [`f2b902a`](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/commit/f2b902aaf262f1a690de222e10b7d4647a900e90) - Update tag version [`a73d2a8`](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/commit/a73d2a81585ca9fb37c3a22070c4bc809b93dc6b) ##### [v2.1.0](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/compare/v2...v2.1.0) > 4 December 2022 ##### [v2](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/compare/v2.0.0...v2) > 2 April 2023 - refactor(turboServer): use environment variables for configuration [`#19`](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/pull/19) - feat: print github error message on request error, closes [#​23](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/issues/23) [`#23`](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/issues/23) - Release 2.1.0 [`c1aad0f`](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/commit/c1aad0f06228423c5680bc5a0f4174bf8ea3fa12) - Release 2.1.1 [`90863ce`](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/commit/90863ce9f52eb50906a199bfc79aa48ba1b4cf1c) - Create FUNDING.yml [`f2b902a`](https://redirect.github.com/felixmosh/turborepo-gh-artifacts/commit/f2b902aaf262f1a690de222e10b7d4647a900e90)
--- ### Configuration 📅 **Schedule**: Branch creation - "* 10-19 1-7 * MON" in timezone Asia/Seoul, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/channel-io/bezier-react). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b3e5b346..b49849811 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: yarn install - name: TurboRepo Local Server - uses: felixmosh/turborepo-gh-artifacts@v2 + uses: felixmosh/turborepo-gh-artifacts@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} server-token: ${{ env.TURBO_TOKEN }}