From 2c85b67fefa518f6d95b8af54ea532b7fee4eb78 Mon Sep 17 00:00:00 2001 From: Johnny5 Date: Tue, 19 Nov 2024 11:05:06 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2 (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://code.forgejo.org/actions/checkout) | action | patch | `v4.2.1` -> `v4.2.2` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v4.2.2`](https://code.forgejo.org/actions/checkout/blob/HEAD/CHANGELOG.md#v422) [Compare Source](https://code.forgejo.org/actions/checkout/compare/v4.2.1...v4.2.2) - `url-helper.ts` now leverages well-known environment variables by [@​jww3](https://github.com/jww3) in https://github.com/actions/checkout/pull/1941 - Expand unit test coverage for `isGhes` by [@​jww3](https://github.com/jww3) in https://github.com/actions/checkout/pull/1946
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.snaile.de/snailed/void-packages/pulls/53 Co-authored-by: Johnny5 Co-committed-by: Johnny5 --- .forgejo/workflows/checksum.yaml | 2 +- .forgejo/workflows/renovate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/checksum.yaml b/.forgejo/workflows/checksum.yaml index 64eb70419fe..f0af83eba10 100644 --- a/.forgejo/workflows/checksum.yaml +++ b/.forgejo/workflows/checksum.yaml @@ -15,7 +15,7 @@ jobs: contents: write steps: - name: Checkout - uses: https://code.forgejo.org/actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: https://code.forgejo.org/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Get changed packages id: changed diff --git a/.forgejo/workflows/renovate.yml b/.forgejo/workflows/renovate.yml index cf817d4bc10..09b2884c0ef 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -18,7 +18,7 @@ jobs: RENOVATE_GIT_AUTHOR: "Johnny5 " steps: - - uses: https://code.forgejo.org/actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: https://code.forgejo.org/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Renovate run: renovate ${{ github.repository }}