Skip to content

Commit 43fdfd6

Browse files
chore(deps): update namespacelabs/nscloud-checkout-action action to v4 (#37)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [namespacelabs/nscloud-checkout-action](https://togithub.com/namespacelabs/nscloud-checkout-action) | action | major | `v2` -> `v4` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/namespacelabs/nscloud-checkout-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/namespacelabs/nscloud-checkout-action) | --- ### Release Notes <details> <summary>namespacelabs/nscloud-checkout-action (namespacelabs/nscloud-checkout-action)</summary> ### [`v4`](https://togithub.com/namespacelabs/nscloud-checkout-action/releases/tag/v4) [Compare Source](https://togithub.com/namespacelabs/nscloud-checkout-action/compare/v3...v4) New features: - Introduced caching of submodules using the Namespace Git mirror - Introduced --dissociate to detach the checkout from the Namespace Git mirror ### [`v3`](https://togithub.com/namespacelabs/nscloud-checkout-action/releases/tag/v3) [Compare Source](https://togithub.com/namespacelabs/nscloud-checkout-action/compare/v2...v3) Fixed issues: - The checkout action would modify the global git authentication configuration. This resulted in other git clients to fail when adding their own authentication configuration. We aligned the behavior to `actions/checkout` and added a cleanup step to remove the auth configuration at the end of the action. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/settlemint/btp-docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2754d49 commit 43fdfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: namespace-profile-btp-docs
4040
steps:
4141
- name: Checkout
42-
uses: namespacelabs/nscloud-checkout-action@v2
42+
uses: namespacelabs/nscloud-checkout-action@v4
4343
with:
4444
fetch-depth: 2
4545

0 commit comments

Comments
 (0)