Skip to content

Commit

Permalink
chore(deps): update namespacelabs/nscloud-checkout-action action to v3 (
Browse files Browse the repository at this point in the history
#12)

[![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

<details>
<summary>namespacelabs/nscloud-checkout-action
(namespacelabs/nscloud-checkout-action)</summary>

###
[`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/solidity-token-erc721).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 18, 2024
1 parent b1f32f0 commit 66f5565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 66f5565

Please sign in to comment.