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 }}