From e60274258344318b8a1958efadf5b764b564f67e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:08:27 +0000 Subject: [PATCH] chore(deps): update earthbuild/actions-setup digest to 9083d37 --- .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 ed54edf..8423437 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: sudo apt-get update sudo apt-get install -y qemu-user-static binfmt-support sudo update-binfmts --display - - uses: earthbuild/actions-setup@7242acd7cfa17325b4e080ac2dc4c68825d39102 # main + - uses: earthbuild/actions-setup@9083d373041e22979c4ea2e3042e45c84031c3e3 # main - name: Log in to GitHub Container Registry (non fork only) run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea6c5bc..6c88eb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: sudo apt-get update sudo apt-get install -y qemu-user-static binfmt-support sudo update-binfmts --display - - uses: earthbuild/actions-setup@7242acd7cfa17325b4e080ac2dc4c68825d39102 # main + - uses: earthbuild/actions-setup@9083d373041e22979c4ea2e3042e45c84031c3e3 # main - name: Log in to container registries (non fork only) run: |-