From 0a4787238e2e2d6dd5c43ed973a781c28cf3d941 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 10:43:06 -0700 Subject: [PATCH] Update earthly/actions-setup action to v1.0.12 (#137) 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.11` -> `v1.0.12` | --- > [!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.12`](https://togithub.com/earthly/actions-setup/releases/tag/v1.0.12) [Compare Source](https://togithub.com/earthly/actions-setup/compare/v1.0.11...v1.0.12) #### What's Changed - Update Earthfile version and npm image by [@​idodod](https://togithub.com/idodod) in [https://github.com/earthly/actions-setup/pull/42](https://togithub.com/earthly/actions-setup/pull/42) - chore(deps): update actions/checkout action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/49](https://togithub.com/earthly/actions-setup/pull/49) - chore(deps): update actions/setup-node action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/50](https://togithub.com/earthly/actions-setup/pull/50) - Update dependency make-dir to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/64](https://togithub.com/earthly/actions-setup/pull/64) - Update dependency prettier to v3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/69](https://togithub.com/earthly/actions-setup/pull/69) - Update dependency [@​actions/github](https://togithub.com/actions/github) to v6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/70](https://togithub.com/earthly/actions-setup/pull/70) - Update dependency jest-playback to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/71](https://togithub.com/earthly/actions-setup/pull/71) - Update npm (non-major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/73](https://togithub.com/earthly/actions-setup/pull/73) - Update dependency typescript to v5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/72](https://togithub.com/earthly/actions-setup/pull/72) - Update dependency [@​types/node](https://togithub.com/types/node) to v20 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/74](https://togithub.com/earthly/actions-setup/pull/74) - Update typescript-eslint monorepo to v7 (major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/75](https://togithub.com/earthly/actions-setup/pull/75) - Update dependency [@​vercel/ncc](https://togithub.com/vercel/ncc) to ^0.38.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/76](https://togithub.com/earthly/actions-setup/pull/76) - Update octokit monorepo (major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/77](https://togithub.com/earthly/actions-setup/pull/77) #### New Contributors - [@​idodod](https://togithub.com/idodod) made their first contribution in [https://github.com/earthly/actions-setup/pull/42](https://togithub.com/earthly/actions-setup/pull/42) - [@​renovate](https://togithub.com/renovate) made their first contribution in [https://github.com/earthly/actions-setup/pull/43](https://togithub.com/earthly/actions-setup/pull/43) **Full Changelog**: https://github.com/earthly/actions-setup/compare/v1.0.11...v1.0.12
--- ### 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 abf52a9..d3457e6 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.11 + - uses: earthly/actions-setup@v1.0.12 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 451a867..055acd8 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.11 + - uses: earthly/actions-setup@v1.0.12 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 a11b6d3..9b59f3a 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.11 + - uses: earthly/actions-setup@v1.0.12 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 e88ce88..1e7fad8 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.11 + - uses: earthly/actions-setup@v1.0.12 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 44366fd..7e23d3c 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.11 + - uses: earthly/actions-setup@v1.0.12 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 2290899..1bdc1f0 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.11 + - uses: earthly/actions-setup@v1.0.12 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.11 + - uses: earthly/actions-setup@v1.0.12 with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly