From 796858ef588e001d3758e209f9f23d0364c6722e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 04:40:34 +0000 Subject: [PATCH] Update earthly/earthly Docker tag to v0.8.13 (#165) 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 | Update | Change | |---|---|---| | earthly/earthly | patch | `0.8.12` -> `0.8.13` | | earthly/earthly | patch | `v0.8.12` -> `v0.8.13` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 these updates 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 ++-- earthly.sh | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/kairos-ubuntu-22-lts.yml b/.github/workflows/kairos-ubuntu-22-lts.yml index 67512c1..b92b79e 100644 --- a/.github/workflows/kairos-ubuntu-22-lts.yml +++ b/.github/workflows/kairos-ubuntu-22-lts.yml @@ -34,7 +34,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "v0.8.12" + version: "v0.8.13" - uses: actions/checkout@v4.1.6 - uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/kairos-zsh-bundle.yml b/.github/workflows/kairos-zsh-bundle.yml index 96efa8b..9d86b01 100644 --- a/.github/workflows/kairos-zsh-bundle.yml +++ b/.github/workflows/kairos-zsh-bundle.yml @@ -33,7 +33,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "v0.8.12" + version: "v0.8.13" - uses: "actions/checkout@v4.1.6" - name: "Login to GitHub Container Hub" diff --git a/.github/workflows/kustomization-tests.yml b/.github/workflows/kustomization-tests.yml index baf6556..d006964 100644 --- a/.github/workflows/kustomization-tests.yml +++ b/.github/workflows/kustomization-tests.yml @@ -39,7 +39,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "v0.8.12" + version: "v0.8.13" - uses: actions/checkout@v4.1.6 - name: Build Image diff --git a/.github/workflows/universal-silabs-flasher.yml b/.github/workflows/universal-silabs-flasher.yml index 4b565d4..8275287 100644 --- a/.github/workflows/universal-silabs-flasher.yml +++ b/.github/workflows/universal-silabs-flasher.yml @@ -34,7 +34,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "v0.8.12" + version: "v0.8.13" - uses: "actions/checkout@v4.1.6" - name: "Login to GitHub Container Hub" diff --git a/.github/workflows/usb-image.yml b/.github/workflows/usb-image.yml index 5937b8a..7ea9389 100644 --- a/.github/workflows/usb-image.yml +++ b/.github/workflows/usb-image.yml @@ -31,7 +31,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "v0.8.12" + version: "v0.8.13" - uses: "actions/checkout@v4.1.6" - name: "Login to GitHub Container Hub" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 0c06705..bb985d6 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -18,7 +18,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "0.8.12" + version: "0.8.13" - uses: actions/checkout@v4.1.6 - name: Run validation checks run: | @@ -36,7 +36,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "0.8.12" + version: "0.8.13" - uses: actions/checkout@v4.1.6 - name: Run lint checks run: | diff --git a/earthly.sh b/earthly.sh index 5813d6e..67b16a3 100755 --- a/earthly.sh +++ b/earthly.sh @@ -7,6 +7,6 @@ docker run \ -t \ -v "$(pwd)":/workspace \ -v earthly-tmp:/tmp/earthly:rw \ - earthly/earthly:v0.8.12 \ + earthly/earthly:v0.8.13 \ --allow-privileged \ "$@"