From dc7d29e60ec7a0f0ea25a471fa05a17c6de4641d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 01:32:45 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.5 (#149) 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.4` -> `v4.1.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
actions/checkout (actions/checkout) ### [`v4.1.5`](https://togithub.com/actions/checkout/releases/tag/v4.1.5) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.4...v4.1.5) #### What's Changed - Update NPM dependencies by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1703](https://togithub.com/actions/checkout/pull/1703) - Bump github/codeql-action from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1694](https://togithub.com/actions/checkout/pull/1694) - Bump actions/setup-node from 1 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1696](https://togithub.com/actions/checkout/pull/1696) - Bump actions/upload-artifact from 2 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1695](https://togithub.com/actions/checkout/pull/1695) - README: Suggest `user.email` to be `41898282+github-actions[bot]@​users.noreply.github.com` by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1707](https://togithub.com/actions/checkout/pull/1707) **Full Changelog**: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5
--- ### 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. --- - [ ] 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 3858a02..623cd57 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.9" - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - 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 43fed4c..3768d2d 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.9" - - uses: "actions/checkout@v4.1.4" + - uses: "actions/checkout@v4.1.5" - 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 50d18ce..d971a40 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.9" - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - name: Build Image env: diff --git a/.github/workflows/universal-silabs-flasher.yml b/.github/workflows/universal-silabs-flasher.yml index 01e8d58..31af6a6 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.9" - - uses: "actions/checkout@v4.1.4" + - uses: "actions/checkout@v4.1.5" - 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 4be575d..86cf107 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.9" - - uses: "actions/checkout@v4.1.4" + - uses: "actions/checkout@v4.1.5" - 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 e49be8b..a09b661 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.9" - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - 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.9" - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - name: Run lint checks run: | earthly +lint