Update actions/checkout action to v4.1.6 (#36)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://code.forgejo.org/actions/checkout) | action | patch | `v4.1.5` -> `v4.1.6` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

### [`v4.1.6`](https://code.forgejo.org/actions/checkout/blob/HEAD/CHANGELOG.md#v416)

[Compare Source](https://code.forgejo.org/actions/checkout/compare/v4.1.5...v4.1.6)

-   Check platform to set archive extension appropriately by [@&#8203;cory-miller](https://github.com/cory-miller) in https://github.com/actions/checkout/pull/1732

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: snailed/void-packages-custom#36
Co-authored-by: Johnny5 <bot@snaile.de>
Co-committed-by: Johnny5 <bot@snaile.de>
This commit is contained in:
Johnny5 2024-05-21 21:58:54 +02:00 committed by Luca Bilke
parent 920f4db986
commit dc4009eb95
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: https://code.forgejo.org/actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Get changed packages
id: changed

View File

@ -12,7 +12,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: https://code.forgejo.org/actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Pull upstream
run: |