From 6952e059c12102e2e86a6e22946bfd9a3ffe4054 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 06:08:21 -0700 Subject: [PATCH] Update actions/checkout action to v4.1.4 (#143) 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 | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v4.1.1` -> `v4.1.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
actions/checkout (actions/checkout) ### [`v4.1.4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.3...v4.1.4) - Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1692](https://togithub.com/actions/checkout/pull/1692) - Add dependabot config by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1688](https://togithub.com/actions/checkout/pull/1688) - Bump the minor-actions-dependencies group with 2 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1693](https://togithub.com/actions/checkout/pull/1693) - Bump word-wrap from 1.2.3 to 1.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1643](https://togithub.com/actions/checkout/pull/1643) ### [`v4.1.3`](https://togithub.com/actions/checkout/releases/tag/v4.1.3) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.2...v4.1.3) #### What's Changed - Update `actions/checkout` version in `update-main-version.yml` by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1650](https://togithub.com/actions/checkout/pull/1650) - Check git version before attempting to disable `sparse-checkout` by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1656](https://togithub.com/actions/checkout/pull/1656) - Add SSH user parameter by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1685](https://togithub.com/actions/checkout/pull/1685) **Full Changelog**: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3 ### [`v4.1.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v412) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.1...v4.1.2) - Fix: Disable sparse checkout whenever `sparse-checkout` option is not present [@​dscho](https://togithub.com/dscho) in [https://github.com/actions/checkout/pull/1598](https://togithub.com/actions/checkout/pull/1598)
--- ### 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. --- - [ ] 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/marinatedconcrete/config). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/kairos-ubuntu-22-lts.yml | 2 +- .github/workflows/kairos-zsh-bundle.yml | 2 +- .github/workflows/kustomization-tests.yml | 2 +- .github/workflows/universal-silabs-flasher.yml | 2 +- .github/workflows/usb-image.yml | 2 +- .github/workflows/validate.yml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/kairos-ubuntu-22-lts.yml b/.github/workflows/kairos-ubuntu-22-lts.yml index 0e4a6de..5339be7 100644 --- a/.github/workflows/kairos-ubuntu-22-lts.yml +++ b/.github/workflows/kairos-ubuntu-22-lts.yml @@ -32,7 +32,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly version: "v0.8.7" - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.4 - uses: docker/setup-qemu-action@v3 - name: Login to GitHub Container Hub diff --git a/.github/workflows/kairos-zsh-bundle.yml b/.github/workflows/kairos-zsh-bundle.yml index 2aeef2e..bb304e4 100644 --- a/.github/workflows/kairos-zsh-bundle.yml +++ b/.github/workflows/kairos-zsh-bundle.yml @@ -34,7 +34,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly version: "v0.8.7" - - uses: "actions/checkout@v4.1.1" + - uses: "actions/checkout@v4.1.4" - name: "Login to GitHub Container Hub" run: docker login --username "${{ github.actor }}" --password "${{ secrets.GITHUB_TOKEN }}" ghcr.io diff --git a/.github/workflows/kustomization-tests.yml b/.github/workflows/kustomization-tests.yml index e1c03ef..028fb86 100644 --- a/.github/workflows/kustomization-tests.yml +++ b/.github/workflows/kustomization-tests.yml @@ -40,7 +40,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly version: "v0.8.7" - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.4 - name: Build Image env: diff --git a/.github/workflows/universal-silabs-flasher.yml b/.github/workflows/universal-silabs-flasher.yml index 9aa2c31..48b5ada 100644 --- a/.github/workflows/universal-silabs-flasher.yml +++ b/.github/workflows/universal-silabs-flasher.yml @@ -32,7 +32,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly version: "v0.8.7" - - uses: "actions/checkout@v4.1.1" + - uses: "actions/checkout@v4.1.4" - name: "Login to GitHub Container Hub" run: docker login --username "${{ github.actor }}" --password "${{ secrets.GITHUB_TOKEN }}" ghcr.io diff --git a/.github/workflows/usb-image.yml b/.github/workflows/usb-image.yml index 1410f32..4120db0 100644 --- a/.github/workflows/usb-image.yml +++ b/.github/workflows/usb-image.yml @@ -32,7 +32,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly version: "v0.8.7" - - uses: "actions/checkout@v4.1.1" + - uses: "actions/checkout@v4.1.4" - name: "Login to GitHub Container Hub" if: github.event_name != 'pull_request' diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 743c798..e7e64d6 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -19,7 +19,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly version: "0.8.7" - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.4 - name: Run validation checks run: | earthly +validate @@ -37,7 +37,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly version: "0.8.7" - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.4 - name: Run lint checks run: | earthly +lint