diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 135a3b489..04fe117fe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: run: echo info=$(python -VV | sha256sum | cut -d' ' -f1) >> $GITHUB_OUTPUT - name: Create pre-commit cache - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 + uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 with: path: ~/.cache/pre-commit key: pre-commit|${{ steps.python_info.outputs.info }}|${{ hashFiles('.pre-commit-config.yaml') }} diff --git a/.github/workflows/manila.yml b/.github/workflows/manila.yml index 2e3bcfab4..a7ce4ca90 100644 --- a/.github/workflows/manila.yml +++ b/.github/workflows/manila.yml @@ -54,7 +54,7 @@ jobs: path: manila-image-elements - name: Cache DIB_IMAGE_CACHE - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 + uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 with: path: ~/.cache/image-create key: dib-image-cache