Skip to content

Commit 1a0ea28

Browse files
chore(deps): update felixmosh/turborepo-gh-artifacts action to v3 (#2561)
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 <details> <summary>felixmosh/turborepo-gh-artifacts (felixmosh/turborepo-gh-artifacts)</summary> ### [`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 [#&#8203;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 [#&#8203;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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hvcmU6ZGVwcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 23ce568 commit 1a0ea28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: yarn install
2727

2828
- name: TurboRepo Local Server
29-
uses: felixmosh/turborepo-gh-artifacts@v2
29+
uses: felixmosh/turborepo-gh-artifacts@v3
3030
with:
3131
repo-token: ${{ secrets.GITHUB_TOKEN }}
3232
server-token: ${{ env.TURBO_TOKEN }}

0 commit comments

Comments
 (0)