From 3e8c46eb43bcc2d657ea73ada3cb54468935e557 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:25:04 +0000 Subject: [PATCH] Update pantsbuild/actions digest to d64f381 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 564b73dc..68331a35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: sudo apt-get install -y libxmlsec1-dev - name: Initialize Pants - uses: pantsbuild/actions/init-pants@7151afe1e66338457f7f65a894bc12a2d8f9cab7 + uses: pantsbuild/actions/init-pants@d64f38147540d5607bfb8d812f95d5285a8cff3d with: # cache0 makes it easy to bust the cache if needed gha-cache-key: cache-${{ env.CACHE_BUST_ITER }}-py${{ matrix.python_version }} @@ -83,7 +83,7 @@ jobs: python-version: 3.8 - name: Initialize Pants - uses: pantsbuild/actions/init-pants@7151afe1e66338457f7f65a894bc12a2d8f9cab7 + uses: pantsbuild/actions/init-pants@d64f38147540d5607bfb8d812f95d5285a8cff3d with: # cache0 makes it easy to bust the cache if needed gha-cache-key: cache-${{ env.CACHE_BUST_ITER }}-py${{ matrix.python_version }}