Skip to content

Commit

Permalink
chore(deps): update felixmosh/turborepo-gh-artifacts action to v3 (#2561
Browse files Browse the repository at this point in the history
)

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>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 23ce568 commit 1a0ea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1a0ea28

Please sign in to comment.