From 66f5565d4176fd2eccc86c66d9c8a5a2ae9624d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:48:56 +0200 Subject: [PATCH] chore(deps): update namespacelabs/nscloud-checkout-action action to v3 (#12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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` -> `v3` | [![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
namespacelabs/nscloud-checkout-action (namespacelabs/nscloud-checkout-action) ### [`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.
--- ### 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. --- - [ ] 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/solidity-token-erc721). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 870ee27..46bbc99 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -41,7 +41,7 @@ jobs: runs-on: namespace-profile-foundry steps: - name: Checkout - uses: namespacelabs/nscloud-checkout-action@v2 + uses: namespacelabs/nscloud-checkout-action@v3 with: submodules: recursive