From 2cc0cf6ab3257d75c65843588a24524e6716186a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 Oct 2025 18:21:09 +0200 Subject: [PATCH] Update JS-DevTools/npm-publish action to v4 (#9) 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 | |---|---|---|---| | [JS-DevTools/npm-publish](https://github.com/JS-DevTools/npm-publish) | action | major | `v3` -> `v4` | --- ### Release Notes
JS-DevTools/npm-publish (JS-DevTools/npm-publish) ### [`v4`](https://github.com/JS-DevTools/npm-publish/compare/v3...v4) [Compare Source](https://github.com/JS-DevTools/npm-publish/compare/v3...v4)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.valverde.cloud/Thilawyn/effect-fc/pulls/9 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index f9570dc..04dc52c 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -22,7 +22,7 @@ jobs: - name: Build run: bun run build - name: Publish effect-fc - uses: JS-DevTools/npm-publish@v3 + uses: JS-DevTools/npm-publish@v4 with: package: packages/effect-fc access: public