diff --git a/action.yml b/action.yml index ec03b32..369a17e 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ runs: password: ${{ inputs.DOCKER_PASSWORD }} - name: Cache Docker layers - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-${{ inputs.name }}-${{ github.sha }}