From f6317fcbd55b6cbfa4c54e27ab7e7977c566c3f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 18:09:38 +0000 Subject: [PATCH] chore(deps): update dependency earthbuild/earthbuild to v0.8.17 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 625b28a..1eca07b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: sudo update-binfmts --display - uses: earthbuild/actions-setup@main with: - version: v0.8.15 + version: v0.8.17 - name: Log in to GitHub Container Registry (non fork only) run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin if: github.event.pull_request.head.repo.full_name == github.repository diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e44048..a516b8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: sudo update-binfmts --display - uses: earthbuild/actions-setup@main with: - version: v0.8.15 + version: v0.8.17 - name: Log in to container registries (non fork only) run: |- docker login --username "${{ vars.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_TOKEN }}"