From 1c47510834cf4f2a32ef7f63df33008f78a83438 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 00:53:04 -0700 Subject: [PATCH] Update earthly/actions-setup action to v1.0.13 (#141) 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 | |---|---|---|---| | [earthly/actions-setup](https://togithub.com/earthly/actions-setup) | action | patch | `v1.0.12` -> `v1.0.13` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
earthly/actions-setup (earthly/actions-setup) ### [`v1.0.13`](https://togithub.com/earthly/actions-setup/releases/tag/v1.0.13) [Compare Source](https://togithub.com/earthly/actions-setup/compare/v1.0.12...v1.0.13) #### What's Changed - Update dependency [@​types/node](https://togithub.com/types/node) to v20.12.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/81](https://togithub.com/earthly/actions-setup/pull/81) - Update npm (non-major) to v7.5.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/82](https://togithub.com/earthly/actions-setup/pull/82) - Update dependency [@​octokit/plugin-paginate-rest](https://togithub.com/octokit/plugin-paginate-rest) to v11 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/84](https://togithub.com/earthly/actions-setup/pull/84) - Update npm (non-major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/83](https://togithub.com/earthly/actions-setup/pull/83) - Update npm (non-major) to v7.6.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/86](https://togithub.com/earthly/actions-setup/pull/86) - Update npm (non-major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/87](https://togithub.com/earthly/actions-setup/pull/87) - Update npm (non-major) to v7.7.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/88](https://togithub.com/earthly/actions-setup/pull/88) - only retrieve a version that has at least 6 assets by [@​idodod](https://togithub.com/idodod) in [https://github.com/earthly/actions-setup/pull/90](https://togithub.com/earthly/actions-setup/pull/90) [https://github.com/earthly/actions-setup/issues/23](https://togithub.com/earthly/actions-setup/issues/23) - Update dependency [@​octokit/plugin-paginate-rest](https://togithub.com/octokit/plugin-paginate-rest) to v11.1.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/91](https://togithub.com/earthly/actions-setup/pull/91) **Full Changelog**: https://github.com/earthly/actions-setup/compare/v1.0.12...v1.0.13
--- ### 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 9c46de7..0e4a6de 100644 --- a/.github/workflows/kairos-ubuntu-22-lts.yml +++ b/.github/workflows/kairos-ubuntu-22-lts.yml @@ -27,7 +27,7 @@ jobs: packages: write steps: - - uses: earthly/actions-setup@v1.0.12 + - uses: earthly/actions-setup@v1.0.13 with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly diff --git a/.github/workflows/kairos-zsh-bundle.yml b/.github/workflows/kairos-zsh-bundle.yml index c4f4209..2aeef2e 100644 --- a/.github/workflows/kairos-zsh-bundle.yml +++ b/.github/workflows/kairos-zsh-bundle.yml @@ -29,7 +29,7 @@ jobs: packages: "write" steps: - - uses: earthly/actions-setup@v1.0.12 + - uses: earthly/actions-setup@v1.0.13 with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly diff --git a/.github/workflows/kustomization-tests.yml b/.github/workflows/kustomization-tests.yml index e76aa8a..e1c03ef 100644 --- a/.github/workflows/kustomization-tests.yml +++ b/.github/workflows/kustomization-tests.yml @@ -35,7 +35,7 @@ jobs: packages: write steps: - - uses: earthly/actions-setup@v1.0.12 + - uses: earthly/actions-setup@v1.0.13 with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly diff --git a/.github/workflows/universal-silabs-flasher.yml b/.github/workflows/universal-silabs-flasher.yml index b11e1b2..9aa2c31 100644 --- a/.github/workflows/universal-silabs-flasher.yml +++ b/.github/workflows/universal-silabs-flasher.yml @@ -27,7 +27,7 @@ jobs: packages: "write" steps: - - uses: earthly/actions-setup@v1.0.12 + - uses: earthly/actions-setup@v1.0.13 with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly diff --git a/.github/workflows/usb-image.yml b/.github/workflows/usb-image.yml index 2d7bdde..1410f32 100644 --- a/.github/workflows/usb-image.yml +++ b/.github/workflows/usb-image.yml @@ -27,7 +27,7 @@ jobs: packages: "write" steps: - - uses: earthly/actions-setup@v1.0.12 + - uses: earthly/actions-setup@v1.0.13 with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 68aeca6..743c798 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -14,7 +14,7 @@ jobs: EARTHLY_SATELLITE: config-repo runs-on: ubuntu-latest steps: - - uses: earthly/actions-setup@v1.0.12 + - uses: earthly/actions-setup@v1.0.13 with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly @@ -32,7 +32,7 @@ jobs: EARTHLY_SATELLITE: config-repo runs-on: ubuntu-latest steps: - - uses: earthly/actions-setup@v1.0.12 + - uses: earthly/actions-setup@v1.0.13 with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly