Update actions/checkout action to v4.1.4 (#4)
Build/Publish XBPS / build-and-publish (push) Has been cancelled
Details
Build/Publish XBPS / build-and-publish (push) Has been cancelled
Details
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://code.forgejo.org/actions/checkout) | action | patch | `v4.1.2` -> `v4.1.4` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.1.4`](https://code.forgejo.org/actions/checkout/blob/HEAD/CHANGELOG.md#v414) [Compare Source](https://code.forgejo.org/actions/checkout/compare/v4.1.3...v4.1.4) - Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by [@​jww3](https://github.com/jww3) in https://github.com/actions/checkout/pull/1692 - Add dependabot config by [@​cory-miller](https://github.com/cory-miller) in https://github.com/actions/checkout/pull/1688 - Bump the minor-actions-dependencies group with 2 updates by [@​dependabot](https://github.com/dependabot) in https://github.com/actions/checkout/pull/1693 - Bump word-wrap from 1.2.3 to 1.2.5 by [@​dependabot](https://github.com/dependabot) in https://github.com/actions/checkout/pull/1643 ### [`v4.1.3`](https://code.forgejo.org/actions/checkout/blob/HEAD/CHANGELOG.md#v413) [Compare Source](https://code.forgejo.org/actions/checkout/compare/v4.1.2...v4.1.3) - Check git version before attempting to disable `sparse-checkout` by [@​jww3](https://github.com/jww3) in https://github.com/actions/checkout/pull/1656 - Add SSH user parameter by [@​cory-miller](https://github.com/cory-miller) in https://github.com/actions/checkout/pull/1685 - Update `actions/checkout` version in `update-main-version.yml` by [@​jww3](https://github.com/jww3) in https://github.com/actions/checkout/pull/1650 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: snailed/trash-cli#4 Co-authored-by: Johnny5 <bot@snaile.de> Co-committed-by: Johnny5 <bot@snaile.de>
This commit is contained in:
parent
877e9f952c
commit
d390bf7a6c
|
@ -18,7 +18,7 @@ jobs:
|
|||
LOG_LEVEL: debug
|
||||
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
||||
- uses: https://code.forgejo.org/actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||
|
||||
- name: Renovate
|
||||
run: renovate ${{ github.repository }}
|
||||
|
|
Loading…
Reference in New Issue